.single-photo {
    text-decoration: none;
    display: block;
} 

.single-photo__img {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding-bottom: 65%;
    background-color: #eee;
    border-radius: 5px;
}

.single-photo__label {
    text-decoration: none;
    margin-top: 10px;
    font-weight: 400;
    font-size: calc(var(--font-size-base) - 3px);
}

