@media screen and (min-width:990px) {
.lock-fit-video  .video-section .height--adapt {
    --aspect-ratio: unset !important;
    height: calc(100vh - 220px);
}
  .lock-fit-video  .video-section .height--adapt img,
  .lock-fit-video  .video-section .height--adapt video{
    object-fit:contain;
  }
}
@media screen and (max-width:749px) {
  .collection-slider .hometitle {
    padding: 0 30px;
}
}