.inline-YTPlayer {
    max-width: 100% !important;
}

.mb_YTPBar{
    display: none!important;
}

.mbYTP_wrapper {
    /* position: initial !important;
    margin-bottom: 10% !important; */
    transition: .5s !important;
    height: 900px !important;
}

.video-space {
    margin-top: 101vh;
    transition: .8s;
}

@media screen and (min-width: 2100px) {
    .mbYTP_wrapper {
        width: 100vw !important;
        height: 900px !important;
    }
}
@media screen and (min-width: 2100px) {
    .mbYTP_wrapper {
        width: 100vw !important;
        height: 900px !important;
    }
}


@media all and (max-width:1550px){ 

    .mbYTP_wrapper {
        height: 700px !important;
    }

}

@media all and (max-width:1200px){ 

    .mbYTP_wrapper {
        height: 550px !important;
        top: 68px !important;
    }

}

@media all and (max-width:900px){ 

    .mbYTP_wrapper {
        height: 50vh !important;
    }


}

@media all and (max-width:650px){ 

    .i_box1 .video_box {
        height: 35vh;
    }

    .mbYTP_wrapper {
        height: 35vh !important;
    }

    .mbYTP_wrapper iframe {
        

        width: 100%!important;;
        height: 560px!important;;
        top: 50%!important;;
        transform: translate(-50%, -50%)!important;;
        left: 50%!important;;

        margin-left:0!important;
        margin-top: 0px!important;


    }


}

@media all and (max-width:500px){ 

    .i_box1 .video_box {
        height: 30vh;
    }

    .mbYTP_wrapper {
        height: 30vh !important;
    }


}

@media all and (max-width:450px){ 

    .i_box1 .video_box {
        height: 25vh;
    }

    .mbYTP_wrapper {
        height: 25vh !important;
    }


}