
#immo_gallery {
    display: none;
}

.immo-title-image {
    width: 100%;
    height: auto;
    aspect-ratio: 4 / 3;
    aspect-ratio: 1.45;
    background-size: cover;
}

.immo-expose__head--btn {
    position: absolute;
    bottom: 0;
    left: 1rem;
    background-color: #00b1e5;
    border-color: #00b1e5;
    line-height: 1.42;
    font-size: .8666666667rem;
    padding: 8px 10px 9px;
    min-width: 100px;
    font-weight: 400;
    border-radius: 3px;
    white-space: nowrap;
    display: inline-block;
    text-align: center;
    color: #ffffff;
    margin-bottom: 1rem !important;
}

.immo-expose__head--btn:hover {
    background-color: #0093bf;
    border-color: #008ab2;
    color: #ffffff;
}