.matterport-showcase {
    width: 100%;
    height: 100%;
    
}

.matterport-showcase iframe {
    height: 100%;
    width: 100%;
    min-height: 700px;
}

@media screen and (max-width: 992px) {
    .matterport-showcase iframe {
        min-height: 600px;
        max-height: 600px;
    }
}

@media screen and (max-width: 768px) {
    .matterport-showcase iframe {
        min-height: 360px;
        max-height: 540px;
    }
}


.property_slider-buttons{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.property_slider-buttons .btn-download{
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0.1em;
    text-align: left;
    color: #0A101C;
    text-transform: uppercase;
    text-decoration: none;
}