.advert__single--gallery {
    position: relative;
    width: 100%;
    overflow: hidden;

    /* 🔑 ŠITA EILUTĖ VISKĄ SUTVARKO */
    aspect-ratio: 4 / 3;
}

/* JOKIŲ pseudo-elementų */
.advert__single--gallery::before {
    content: none;
}

.advert__single--gallery > figure {
    position: absolute;
    inset: 0;
    margin: 0;
}

.advert__single--gallery img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: contain;
}

.hidden {
    display: none !important;
}