.film .grid {
    display: block;
}

.film .movie {
    margin-bottom: 10em;
}

.movie .video {
    position: relative;
    padding-top: 56.25%;
}

.movie .iframe {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}

.movie .caption {
    margin: 2em 1em 1em 1em;
}

.movie h2 {
    margin-bottom: 1em;
}

a.download::after {
    content: " \203A";
}

.trailer {
    margin-top: 3em;
}