.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
}
 
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.titulo{
    margin-top: 50px;
}
.video-destaque{
    background-color: #f0f0ec;
    padding: 20px;
    margin-top: 30px;  
    margin-bottom: 20px;
}
.video-destaque h2{  
      font-size: 24px;
}
.video{
    background-color: #f0f0ec;
    padding: 20px;
    margin-bottom: 0px;
    margin-top: 0px;  
    min-height: 300px !important;
    border: 15px solid #fff;
}
.video h2{  
      font-size: 18px;      
}
