::-webkit-scrollbar {
  display: none;
}

.aspect-3-2 {
  aspect-ratio: 3 / 2;
}

.header.hover {
  box-shadow: none;
}

@media screen and (min-width: 768px) {
  .place-holder {
    height: 120px;
  }

  .banner_box {
    height: 100vh;
  }

  .banner_box video {
    height: 100vh;
    object-fit: cover;
  }

  .banner_box .swiper-slide img {
    height: 100vh;
    object-fit: cover;
  }
}

@media screen and (min-width: 768px) and (min-height: 620px) {
  .full-section {
    height: 100vh;
    overflow: hidden;
  }
}

// @media screen and (min-height: 100vh) {
//   .full-section {
//     height: auto;
//   }
// }
