.youtubeBlock p {
    position: absolute;
    margin-bottom: 0;
    top: 50%;
    left: 0;
    width: 100%;
    text-align: center;
    color: #e4cdc7;
    font-family: 'AGaramondPro-Italic', "Times New Roman", Times, serif;
    font-size: 90px;
    line-height: 110px;
    z-index: 3;
    transform: translateY(-50%);
}

@media screen and (max-width: 767px) {
    .youtubeBlock p {
        font-size: 30px;
        line-height: 40px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
    .youtubeBlock p {
        font-size: 40px;
        line-height: 50px;
    }
}

@media screen and (min-width: 1200px) and (max-width: 1499px) {
    .youtubeBlock p {
        font-size: 80px;
        line-height: 90px;
    }
}

.youtubeBlock:before {
    position: absolute;
    display: block;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: "";
    background-image: url(img/dot.png);
    z-index: 1;
}

.youtubeBlock:after {
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    width: 80px;
    height: 80px;
    line-height: 70px;
    text-align: center;
    font-family: "fontAwesome";
    content: "\f04b";
    font-size: 24px;
    color: #333333;
    background-color: #fff;
    transform: translate(-50%, -50%);
    border: 5px solid #fff;
    border-radius: 50%;
    z-index: 2;
    transition: border-color 0.25s ease-in-out;
    will-change: transition;
}

@media (min-width: 1200px) {
    .youtubeBlock:hover:after {
        border-color: #e4cdc7;
        box-shadow: 2px 2px 10px rgba(0,0,0,0.5);
    }
}

.ccm-edit-mode-disabled-item.youtubeBlockResponsive4by3{
    padding-top: 37.5%;
    padding-bottom: 37.5%;
}

.ccm-edit-mode-disabled-item.youtubeBlockResponsive4by3:after {
    display: none;
}

.ccm-edit-mode-disabled-item.youtubeBlockResponsive4by3:before {
    display: none;
}