.flex {
    flex-direction: column;
    align-items: center;
}
.flex .half {
    width: 100%;
}
.flex .text {
    max-width: 100%;
}

.listing ul {
    flex-direction: column;
    flex-wrap: nowrap;
}
.listing ul li {
    flex-basis: 100%;
}
.laurels img {
    width: 33.333%;
    flex-basis: 33.333%;
}

.stills img {
    width: 100%;
    flex-basis: 100%;
}
.text iframe, 
.audio iframe, 
.making_of iframe, 
.trailer iframe {
    width: 100%;
    margin: 0;
}