.ti-object-map {
    position: relative;
    width: 100%;
    height: 75vh;
}
.ti-object-map img {
    display: inline;
}

.js-map-preview{
    position: absolute;
    inset: 0;
}
.js-map-preview-image{
    background-image: url("../Images/mappreview.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
}
.js-map-preview-overlay{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(255,255,255,0.75);

    display: flex;
    justify-content: center;
    align-items: center;

}

.js-map-preview-btn {
    max-width: 80%;
}

.js-map-preview-btn::before {
    content: "";
    position: absolute;
    inset: 0;
}

.js-map-preview-text{
    max-width: 60%;
}
