.description {
    color: black;
    font-weight: bold;
    border: double;
    border-width: 3em;
    border-image: url(/videos/assets/videos_index_description.svg);
    border-image-slice: 100 fill;
    max-width: 44em;
}

.description h1 {
    text-align: center;
    margin-top: 0;
    text-transform: uppercase;
}

.videos .header {
    font-size: 2em;
    display: inline-block;
}
.videos .header .date {
    font-size: .5em;
}

.filmroll {
    border: double;
    border-top-width: 4em;
    border-right-width: 5em;
    border-bottom-width: 4em;
    border-left-width: 5em;
    border-image: url(/videos/assets/videos_index_preview.svg) round;
    border-image-slice: 100 125 100 125 fill;
    color: black;
    padding: 0 1em;
}

.videos img {
    width: 80%;

}

.videos {
    text-align: center;
    max-width: 50em;
}

.filmroll ul {
    text-align: left;
}
