.ContentBlock {
    height: 11.25vw;
    background-size: cover;
    background-position: center;
    margin-bottom: 2.5vw;
    display: block;
    text-decoration: none;
}

.OverlayText {
    height: 2vw;
    color: var(--accentcolor);
    font-size: 2vw;
    font-style: italic;
    font-weight: bold;
    text-align: center;
    position: relative;
    top: calc(50% - 1vw);
}

.ContentBlock img{
    margin-top: -25px;
    max-width: 60vw;
}
