.up-immo-single__gallery {
    position: relative;
    width: 100%;

}
.up-immo-single__gallery br{
display:none;
}
.up-immo-single__gallery__label{
    font-size: 1.2rem;
    padding:.2em 1em;
    background-color: var(--wp--preset--color--base-4);
    color:white;
    position:absolute;
    top:1rem;
    z-index: 10;
    left:1rem;
}
.swiper-main {
    aspect-ratio: 16 / 9;
    width: 100%;
    height: auto;
}

.swiper-main .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.swiper-main .swiper-slide:first-child {
    width: 100%;
}


.swiper-main .swiper-slide img {
    display: block;
    width: 100%;
 
    object-fit: cover;
    aspect-ratio: 16 / 9;
}

.swiper-thumbs {
    display:none !important;
    height: 20%;
    box-sizing: border-box;
    padding: 10px 0;
}

.swiper-thumbs .swiper-slide {
    width: 20%;

    aspect-ratio: 16/9;
    opacity: 0.8;
    cursor: pointer;
}

.swiper-thumbs .swiper-slide-thumb-active {
    opacity: 1;
}

.swiper-thumbs .swiper-slide img {
    display: block;
    width: 100%;
    height: auto;
 aspect-ratio: 4/3;
    object-fit: cover;

}
