body {
    height: auto!important;
}

footer {
    position: static;
    margin-top:20px;
    margin-bottom: 20px;
}

#reportage {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

#reportage figure {
    margin-bottom: 20px;
}

#reportage figcaption {
    font-size:1rem;
}

.video-container {
    /*position: relative;*/
    /*width: 100%;*/
    /*height: auto;*/
    /*padding-bottom: 56.25%; !* 16:9 *!*/
    /*padding-top: 25px;*/
    /*height: 0;*/
    /*margin-bottom: 25px;*/
    /*overflow: hidden;*/
}

.video-container video {
    /*position: absolute;*/
    /*top: 0;*/
    /*left: 0;*/
    /*width: 100%;*/
    /*height: 100%;*/
    /*border: 1px solid red;*/

}