.youtube-play-button {
    background: url("https://cdn2.iconfinder.com/data/icons/social-icons-color/512/youtube-64.png") no-repeat center center transparent;
    background-size: contain;
    width: 70px;
    height: 70px;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: opacity 0.2s ease-in-out;
    opacity: 0.6;
}

.youtube-play-button:hover {
    opacity: 1;
}

.image-video-plugin {
    height: calc(100vw * 0.5);
    width: 100%;
    max-width: 587px !important;
}

@media screen and (min-width: 760px) {
    .image-video-plugin {
        max-height: 315px;
        padding-bottom: 56%;
    }
}

iframe[src*="youtube"] {
    height: calc(100vw * 0.5) !important;
    max-height: 315px !important;
    max-width: 100% !important;
}