.vau-card-picture,
.vau-gallery-picture {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.vau-card-image,
.vau-gallery-image {
    display: block;
    width: 100%;
    height: 100%;
}

.vau-card-picture {
    aspect-ratio: 800 / 525;
}

.vau-card-image {
    object-fit: cover;
}

.vau-gallery-slide {
    position: relative;
    overflow: hidden;
    background: #f3f4f6;
}

.vau-gallery-image {
    object-fit: contain;
    object-position: center;
}

.vau-gallery-slide .gal_ins {
    position: absolute;
    inset: 0;
    z-index: 2;
    cursor: zoom-in;
}
