.filmroll .header {
    font-size: 2em;
    text-align: center;
}
.filmroll .header .date {
    font-size: .5em;
}

.filmroll {
    border: double;
    border-top-width: 4em;
    border-right-width: 5em;
    border-bottom-width: 8em;
    border-left-width: 5em;
    border-image: url(/videos/assets/videos_preview_border.svg) round;
    border-image-slice: 100 125 200 125 fill;
    color: black;
    max-width: 50em;
}

.filmroll .desc {
    padding: 1em;
}

.more {
    /* display: block; */
    position: relative;
    height: 0;
    width: 100%;
    text-align: left;
}
.more a {
    text-align: center;
    position: absolute;
    font-size: 2em;
    padding: 1em 0;
    text-transform: uppercase;
    font-weight: bold;
    width: 100%;
}

/* This is sorcery. Do not meddle */
.videoWrapper {
        position: relative;
        padding-bottom: 56.25%; /* 16:9 */
        padding-top: 25px;
        height: 0;
}
.videoWrapper .video {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
}
/* */
