#video-block-wrapper {
    margin-bottom: 75px;
}

#video-block-wrapper .video-container {
    /*padding-left: 15px;
    padding-right: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
    border-radius: 0 0 50px 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% center;*/
    position: relative;
    /*background-image: url('../../images/youfeelwell/fondo-videos.png');*/
    height: 440px;
    /*margin-top: 65px;*/
    text-align: center;
}

#video-block-wrapper .video-container video {
    height: 100%;
    width: auto;
}

@media (max-width: 991px) {
    #video-block-wrapper .video-container {
        height: 0;
        padding-bottom: 56.25%;
    }

    #video-block-wrapper .video-container video {
        width: 100%;
        height: auto;
    }
}

@media (max-width: 767px) {

}
