#et-slider-wrapper .thumbnail .featured-video + .et-description {
    top: 245px;    /*text-shadow: none;*/
}

#main-area .thumbnail .featured-video + .et-description {
    top: -42px;
}

.thumbnail .featured-video + .et-description h1 {
    color: #171717;
}

.et-map-post .thumbnail:before {
    content: none;
}

/* lazy loading youtube video */
.youtube-container {
    display: block;
    width: 100%;
}

.youtube-player {
    position: relative;
    display: block;
    display: block;
    overflow: hidden;
    width: 100%; /* assuming that the video has a 16:9 ratio */
    width: 100%;
    height: 100%;
    padding-bottom: 56.25%;
    cursor: hand;
    cursor: pointer;
}

img.youtube-thumb {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
    margin: auto;
}

div.play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 72px;
    height: 72px;
    margin-top: -36px;
    margin-left: -36px;
    background: url("https://i.imgur.com/TxzC70f.png") no-repeat;
}

#youtube-iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
