body {
  background-color: #1f1f1f;
}

.fixed-top {
  background-color: #1f1f1f;
  padding: 10px 15px;
}

main {
  margin-top: 100px;
}

:root {
  --swiper-theme-color: #fff;
  --swiper-navigation-size: 30px;
  --swiper-pagination-bullet-size: 7px;
  --swiper-pagination-bullet-inactive-color: #fff;
}

.swiper {
  width: 100%;
  height: auto;
  max-width: 428px;
  max-height: 535px;
  border-radius: 14px;
}

.swiper * {
  border-radius: 14px;
}

.swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.swiper-share {
  position: absolute;
  z-index: 5;
  top: 5px;
  right: 5px;
  background-color: #fff;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: .75;
  border-radius: 50%;
  cursor: pointer;
}

.btn-fhash,
.btn-fhash:hover {
  background-color: #393d93;
  color: #fff;
}

.img-video {
  width: 100%;
  aspect-ratio: 10 / 14;
  object-fit: contain;

}

@media (max-width: 576px) {
  .swiper {
    aspect-ratio: 3 / 4;
  }

  .swiper-button-prev,
  .swiper-button-next {
    display: none;
  }
}