.yt__top {
  margin: 0 auto 20px;
  aspect-ratio: 16/9;
  left: unset !important;
  max-width: 1400px;
  width: 100%;
}
.yt__top .yt__frame {
  width: 100%;
  height: 100%;
}

.yt__bottom {
  left: unset !important;
  max-width: 1400px;
  margin: 0 auto;
  overflow: hidden;
}
.yt__bottom .yt__list > li {
  cursor: pointer;
}
.yt__bottom .yt__list > li .yt__img__box {
  aspect-ratio: 16/9;
  height: auto;
}
.yt__bottom .yt__list > li .yt__img__box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.yt__bottom .yt__list > li.on {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background: #fcede1;
}
.yt__bottom .yt__list > li:hover {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background: #fcede1;
}
.yt__bottom .yt__nav {
  overflow: hidden;
  margin-top: 20px;
  position: static;
  height: 10px;
  width: 100%;
  max-width: unset;
  background: #f7f7f7;
}/*# sourceMappingURL=style.css.map */