#main_banner1 {
    overflow: hidden;
}

@media(min-width:979px) {
    #main_banner1 {
        overflow: visible;
    }
}

.iai-toplayer__background {
    background-color: #fff !important;
}

.projector_details__click_collect_info {
    display: none !important;
}

.dbcms__video_player_elem {
  position: relative;
}

.dbcms__video_player_elem iframe {
    position: absolute;
    top: 0;
    left: 0;
}