@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,700');
html,body{
    margin:0;
    padding:0;
    font-family: 'Open Sans', sans-serif;
}
.videos{
    padding-top:10em;
}
.header{
    margin-bottom:2em;
    font-weight:700;
}
.videos iframe{
    width:100%;
}
.campaign-caption{
    margin-bottom:5em;
    font-size:24px;
}
.videos .row{
    margin-bottom:5em;
}
@media screen and (max-width:765px){
    .videos .row{
        margin-bottom:0;
    }
    .last{
        margin-bottom:2em;
    }
}
body{
    background:#e0eafc;
}