
.gallery-item-img {
    position: relative;
    width: 100%;
    aspect-ratio: 558 / 370;
    overflow: hidden;
}

.gallery-item-img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@supports not (aspect-ratio: 558 / 370) {
    .gallery-item-img {
        padding-top: 66.308243727599%;
    }
}
