.sliderHomeItemWrap {
    max-height: 528px;
    min-height: 528px;
}
.video_bg {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}
.video_bg video{
    position: absolute;
    width: 100%;
    top: 0;
    z-index: -1;
    height: 100%;
    object-fit: cover;
}
 #video_mob{
        display: none;
    }
@media only screen and (max-width: 1200px)
{
    .sliderHomeItemWrap {
        /*padding: 48px 0;*/
        height: 460px;
        min-height: auto;
    }
}

@media only screen and (max-width: 990px) {
    .sliderHomeItemWrap {
        min-height: auto;
    }
    .sliderHomeItemWrap {
        /*max-height: 308px;*/
        /*min-height: 308px;*/
    }
}
@media only screen and (max-width: 767px) {
    .video_bg {
        position: relative;
    }
}

.sliderHomeItemWrap {
    position: relative;

}
.sliderHomeItem {
    outline: none;
}
video_bg. video::-webkit-media-controls {
    display:none !important;
}
@media only screen and (max-width: 500px) {
    .sliderHomeItemImage {
        height: auto;
    }
    .sliderHomeItemImage img{
        height: 100%;
        width: 100%;
        object-fit: cover;
    }
    .sliderHome .slick-dots {
        top: 114.5px;
        bottom: auto!important;
    }
       #video_mob{
        display: block;
    }
    #video_decstop{
        display: none;
    }
}