@charset "UTF-8";

.pagesec-movgallery ul{
  gap: 2rem;
}
.pagesec-movgallery ul li{
  width: calc(100% / 2 - 2rem);
}

.youtube .imgbox{
  aspect-ratio: 16/9;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  display: block;
  position: relative;
  height: auto;
  width: 100%;
}
.youtube .imgbox::before{
  content: "";
  background: rgba(0, 23, 31, .5);
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.youtube .imgbox i{
  color: #fff;
  font-size: 4rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  z-index: 2;
}
.youtube .imgbox i::after{
  content: "";
  background: #FF0000;
  position: absolute;
  top: 70%;
  left: 60%;
  transform: translate(-50%, -50%);
  height: 15px;
  width: 15px;
  z-index: -1;
}
.youtube .yturl{
  opacity: 0;
  height: 0;
  width: 0;
}
.youtube iframe{
  display: none;
  aspect-ratio: 16 / 9;
  height: auto;
}
.youtube.active iframe{
  display: block;
}

@media only screen and (max-width: 1180px) {
  
}
@media only screen and (max-width: 1024px) {
  
}
@media only screen and (max-width: 820px) {
  
}
@media only screen and (max-width: 768px) {
  
}
@media only screen and (max-width: 767px) {
  .pagesec-movgallery ul li{
    width: 100%;
  }
}