.additional_banner_in_slider{
    position: absolute;
    z-index: 999999;
}

.additional_banner_in_slider_desktop{
    right: 0%;
    top: 0%;
    height: 100%;
    /*width: 33.33%;    */
    width: 83.33vh;
}

.additional_banner_in_slider_mobile {
    left: 0%;
    height: 33.0%;
    width: 100%;
}

.cover_image_and_video {
    width: 100%;
    height: 100%;
    /*object-fit: fill;*/
    object-fit: cover;
}