/* RESPONSIVE YOUTUBE EMBED */
.youtube-container-with-cover
{
    cursor: pointer;
}

.youtube-embed-container
{
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.youtube-embed-container iframe,
.youtube-embed-container object,
.youtube-embed-container embed
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.youtube-container-with-cover .youtube-embed-container
{
    display: none;
}

.youtube-cover-image
{
    width: 100%;
}
