#content > .listing {
    width: 100%;
}

.listing .listing-item {
    position: relative;
    aspect-ratio: 2000 / 1125;
    width: 100%;
    overflow: hidden;
}

.listing .listing-item .listing-item-image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.listing .listing-item .title,
.listing .listing-item .link,
.listing .listing-item .link a {
    font-weight: 800;
    text-transform: uppercase;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    font-size: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.listing  .listing-item.headline-white .title {
    color: white;
}

@media (max-width: 768px) {
    .listing .listing-item .title,
    .listing .listing-item .link,
    .listing .listing-item .link a {
        font-size: 20px;
        text-align: center;
        padding-right: 20px;
        padding-left: 20px;
        box-sizing: border-box;
    }
}
