.matterportImageGridParent{
    background-position:left 8%;
    background-size:40% auto;
    background-repeat:no-repeat;
}
#matterportLink{
    border-radius:var(--basicBorderRadius);
    background-color:Gainsboro;
    height:30em;
}

.matterportImageGrid .matterportFrame{
    padding-bottom: 0;
}

.matterportImageGrid .galleryImages{
    padding-top: 0;
    padding-bottom: 0;
}

.matterportImageGrid .galleryImages div{
    border-radius: var(--basicBorderRadius);
}

.matterportImageGrid .galleryImages .title{
    font-family: var(--basicFontFamily);
    color: var(--basicColor2);
    font-size: 1.5em ;
    margin-bottom: 1em;
}
.matterportImageGrid .galleryImages p.green{
    margin-bottom: 0;
    font-family: var(--secondFontFamily);
    font-size: 3em ;
}

.sectionService{
    padding-top: 0;
}

.serviceSquare span.serviceName span{
    display: none;
}

@media screen and (max-width:1000px){
    .title{
        font-size:2.5em;
    }
    .matterportFrame .w55{
        width:100%;
    }
    #matterportLink{
        margin:2em 0;
        width:100%;
    }
}