.video-post-fold video {
    border-radius: 10px;
    margin-bottom: 50px;
    max-height: 500px;
    width: 100%;
    float: left;
    margin-right: 20px;
    max-width: 540px;
    object-fit:contain;
    background: black;
    outline:none;
}

.video-post-fold {
    padding: 75px 0px;
}

.video-post-description p:last-child {
    margin: 0px;
}

.youtube-embed-fold {
    float: left;
    margin-right: 20px;
    margin-bottom: 80px;
}