.section {
    position: relative;
}

#content a .section {
    margin-bottom: 20px;
}

#content a:last-child .section {
    margin-bottom: 0;
}

.section .headline {
    position: absolute;
    left: 0;
    position: absolute;
    top: calc(50% - 3px);
    transform: translateY(-50%);
    padding: 5px;
    background-color: rgba(0, 0, 0, 0.6);
    color: white;
    font-size: 1.3em;
    text-transform: uppercase;
    width: 100%;
    text-align: center;
}
/*
.section img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.5;
}
*/