.video-wrapper {

    width: 100%;
    height: 100%;
    border-radius: 40px;
    overflow: hidden;
}
@media screen and (max-width: 1199px) {
    .video-wrapper {
        height: 100%;
        width: 100%;
        border-radius: 15px;
    }
}