.artc-lazy {
    cursor: pointer;
}

.artc-lazy iframe,
.artc-lazy img.thumb {
    width: 100% !important;
    height: 100% !important;
}

div.artc-lazy {
    position: relative;
}

.embed-youtube-play {
    width: 68px;
    height: 48px;
    background-color: #e62200;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
    z-index: 1;
    border-radius: 6px;
}

.embed-youtube-play:before {
    content: "";
    border-style: solid;
    border-width: 15px 0 15px 26.0px;
    border-color: transparent transparent transparent #fff;
}

.embed-youtube-play {
    cursor: pointer;
}

.embed-youtube-play,
.embed-youtube-play:before {
    position: absolute;
}

.embed-youtube-play,
.embed-youtube-play:before {
    top: 45%;
    left: 43%;
    transform: translate3d(-20%, -40%, 0);
}


.embed-youtube-play:hover {
    background-color: #cf2002;
}