.videoButtonOverlay::after {
    content: "";
    display: inline-block;
    position: absolute;
    width: 70px;
    height: 49px;
    margin-left: -35px;
    margin-top: -24.5px;
    top: 50%;
    left: 50%;
    background-image: url(../images/youtube-style-play-button-md.png);
    background-size: 100%;
    background-repeat: no-repeat;
}