.lazy-loaded {
    cursor: pointer;
}

.lazy-loaded iframe,
.lazy-loaded img.thumb {
    /*width: 100% !important;*/
    /*height: 100% !important;*/
    width: 400px !important;
    height: 300px !important;
}

div.lazy-loaded {
    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: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

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