  .bg-circle {
    position: relative;
}
.bg-circle::before {
    content: "";
    height: 25rem;
    width: 25rem;
    display: block;
    background-color: var(--gfColors-slate15);
    border-radius: 50%;
    position: absolute;
    top: -7rem;
    left: -11rem;
    z-index: -1;
}
@media(min-width:1098px) {
    .alternatingPhotos-image {
    max-width: min(18rem, 100%);
}
.alternatingPhotos-holder {
    row-gap: 0rem;
}
}