body {
    margin: 0;
    padding: 0;
}

#map {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
}

.title {
    position: absolute;
    color: #fff;
    width: 150px;
    margin-left: -60px;
    text-align: center;
}

#flatimage, #image360 {
    display: block;
    width: 90vw;
    height: 90vh;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    left: 5vw;
    top: 5vh;
    pointer-events: none;
    visibility: hidden;
}

#image360 a-scene {
    width: 100%;
    height: 100%;
}

#flatimage.active,
#image360.active {
    pointer-events: all;
    visibility: visible;
}

#flatimage.active .close,
#image360.active .close {
    visibility: visible;
}

.close {
    position: fixed;
    font-family: 'Montserrat', sans-serif;
    z-index: 9999;
    top: 10px;
    right: 10px;
    color: #fff;
    background-color: #000;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border-color: #fff;
    border-style: solid;
    border-width: 2px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    font-weight: bold;
    visibility: hidden;
    cursor :crosshair;
}

.mapboxgl-marker svg {
    pointer-events: none;
}