@media screen 
  and (max-device-width: 600px) 
  and (max-device-height: 1024px) 
  and (orientation: landscape) {

    .video-BG {
        min-height: min-content;
    }

    .carousel-thumbnails > div {
        height: 60vh;
    }

}

@media screen  
  and (max-height: 600px)
  and (max-width: 1024px) {

    .video-BG {
        min-height: min-content;
    }

    .carousel-thumbnails > div {
        height: 60vh;
    }
    

}