div.youtube {
    background-color: #eee;
}

@media only screen and (min-width: 992px){
    .front-youtube{
        padding-left: 5%;
        padding-right: 5%;
    }
}

div#relatedvideos{
    padding-bottom: 20px;
    padding-top: 20px;
}

/*@media only screen and (min-width: 1400px){
    div#relatedvideos {
        margin-left: -50px;
    }
}*/

.video-item{
    margin-bottom: 10px;
}

@media only screen and (min-width: 1200px){
    .video-item{
        margin-bottom: 40px;
    }
}

.video-text{
    padding-left: 0;
}

.video-text a, .video-text a:hover, .video-text a:visited, .video-text a:focus{
    color: #404040;
    text-decoration: none;
}

.video-text .post-title{
    font-family: "Montserrat-bold", sans-serif;
    font-size: 1.1em;
    margin-bottom: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px){
    .video-text .post-title{
        font-size: 1.3em;
    }
}

.video-text span{
    font-family: "Montserrat-regular", sans-serif;
}

.videoWrapper {
    position: relative;
    padding-bottom: 31%; /* 16:9 */
    padding-top: 25px;
    height: 0;
}
.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}