.videoWrapper {
        padding: 15px 0;
}
.videoWrapper {
        clear: both;
        position: relative;
        width: 100%;
        height: 0;
        padding-bottom: 56.25%;
}
.videoWrapper .mvdo-100 {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
}
.cover-photo-yt,
.cover-photo-yt strong {
        position: relative !important;
        display: flex;
        justify-content: center;
        align-items: center;
}
.centered-icon {
        position: absolute !important;
}
.yt-play-btn {
        cursor: pointer;
        background: red;
        border-radius: 50% / 10%;
        color: #FFFFFF;
        font-size: 1vw;
        height: 4vw;
        margin: 0 auto;
        padding: 0;
        position: relative;
        text-align: center;
        text-indent: 0.1em;
        transition: all 150ms;
        width: 5vw;
}

.yt-play-btn:hover {
        background: darkorange;
}

.yt-play-btn::before {
        background: inherit;
        border-radius: 5% / 50%;
        bottom: 9%;
        content: "";
        left: -5%;
        position: absolute;
        right: -5%;
        top: 9%;
}

.yt-play-btn::after {
        border-style: solid;
        border-width: 1em 0 1em 1.732em;
        border-color: transparent transparent transparent rgba(255, 255, 255, 0.75);
        content: ' ';
        font-size: 0.75em;
        height: 0;
        margin: -1em 0 0 -0.75em;
        top: 50%;
        position: absolute;
        width: 0;
}