.fs-shorts-swiper {
  width: 100%;
}

.swiper-slide {
  aspect-ratio: 9 / 16;
}

.fs-short {
  width: 100%;
  height: 100%;
  background: #000;
  position: relative;
  cursor: pointer;
  overflow: hidden;
}

.fs-short img,
.fs-short iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.fs-play {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  font-size: 48px;
  color: #fff;
  background: rgba(0,0,0,.35);
}

.fs-loader img {
  width: 40px !important;
  height: 40px !important;
  display: block !important;
}



