/**
 * Video
 */

.video-container { 
    margin-bottom: 1.5rem; 
}
.video-container .video { 
    width: 100%; 
    height: 0; 
    position: relative; 
    padding-top: 56.25%; 
}
.video-container .video iframe { 
    width: 100%; 
    height: 100%; 
    position: absolute; 
    top: 0; 
    left: 0; 
    margin-bottom: 1.5rem; 
}