/* Override wrapper width */
#wrapper-single {
    width: 80%;
}

#image-showcase-flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;

    gap: 8px;
}

#image-showcase-flex > a {
    width: 705px;
    height: calc(670px * 0.5625); 
}

#image-showcase-flex > a > img {
    width: 100%;
    height: 100%;

    border-radius: 16px;

    object-fit: cover;
}
