/* Youtube Popup CSS */
.overlay {
    background-image: url('/plugins/content/youtubepopup/utils/play_overlay.png');
    position: absolute;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0.7;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: 100%;
}
.blog .article-intro .youtubepopup img, .blog-featured .youtubepopup img, .article-content .youtubepopup img {
    width: 100%;
    margin: 0;
    float: none;
}