@font-face {
    font-family: 'Source Sans Pro';
    font-weight: normal;
    font-style: normal;
    src: url('/fonts/SourceSans-Regular.woff2') format('woff2'), url('/fonts/SourceSans-Regular.woff') format('woff'), url('/fonts/SourceSans-Regular.eot') format('eot');
    font-display: swap;
}

html, body {
    font-family: 'Source Sans Pro', sans-serif;
}
figure {
    border: thin #789 solid;
    display: inline-flex;
    flex-flow: column;
    padding: 5px;
}
figure a {
    display: inline-flex;
}
figure a img {
    width: 100%;
    height: 100%;
    max-width: 640px;
    max-height: 480px;
    object-fit: cover;
}
figure figcaption {
    background-color: #222;
    color: #fff;
    font-style: italic;
    padding: 3px;
    text-align: center;
}
.sidebyside {
    display: flex;
    flex-direction: row;
}
.sidebyside>* {
    padding-right: 3px;
}
.sidebyside>*:last-child {
    padding-right: 0;
}
