#v-video-player {
    width: 100%;
    height:260px;
    margin-right:60px;
    max-width: 350px;;
}
#v-video-player iframe {
    width:100%;
}
.video-info {
    width: 35%;
}
@media only screen and (max-width: 850px) {
    .video-group {
        flex-direction: column !important;
    }
    #v-video-player {
        margin-right:0px;
        width: 100%;
        max-width: unset;
    }
    .video-info {
        width:100%;
    }
}    