.picture {
    margin: 0 1.25rem 1rem 0;
    max-width: 300px;
    max-height: 450px;
    width: auto;
    height: auto;
    object-fit: contain;
}

.picture.landscape {
    max-width: 500px;
}

.short-bio {
    margin-left: 40px;
    line-height: 1.6;
    color: #444;
}

.in-memoriam-container {
    display: flow-root;
}

.in-memoriam-header {
    margin-bottom: 0.25rem;
}

.in-memoriam-header a {
    text-decoration: none;
    border-bottom: 0;
    transition: border-color 0.2s ease, color 0.2s ease;
}

.in-memoriam-card {
    padding: 1rem;
    margin-bottom: 2rem;
    border-left: 4px solid var(--burnt-orange);
    transition: background-color 0.2s ease, border-color 0.2s ease;
}

.type-header {
    margin-bottom: calc(var(--line-height-em)/2);
}

@media (min-width: 640px) {
    .picture {
        float: left;
    }
}