.video iframe.video-player-home {
    max-height: 325px;
}

@media (max-width:1200px) {

    .video iframe.video-player-home {
        max-height: 240px;
    }

}

@media (max-width:992px) {

    .video-player {
        width: 750px !important;
        height: 420px !important;
    }

}

@media (width: 992px) or (min-width: 992px) and (max-width:1023px) {

    .video iframe {
        width: 935px !important;
        height: 525px !important;
    }

}

@media (min-width: 768px) and (max-width:992px) {
    
    .video iframe {
        width: 715px !important;
        height: 401px !important;
    }
    .video iframe.video-player-home {
        width: 360px !important;
        max-height: 200px;
    }

}

@media (width:768px) {

    .video-player {
        width: 715px !important;
        height: 402px !important;
    }

}

@media (max-width:768px) {

    .video iframe {
        width: 100%;
        height: 56.25vw;
    }
    .video iframe.video-player-home {
        width:100% !important;
        height: 402px !important;
        min-height: 240px !important;
    }

}

/*@media (max-width:480px) {
    .video iframe {}
}*/
