﻿#interior360 {
    background-size: cover;
    background-position: center center;
    height: 500px;
    cursor: pointer;
}

#close {
    position: absolute;
    z-index: 10000;
    right: 0;
    top: 0;
    width: 32px;
    cursor: pointer;
}

.vr__overlay {
    height: 100%;
    width: 100%;
    display: block;
    background-color: rgba(0,0,0,0.5);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 91;
}

    .vr__overlay img {
        margin: 0 auto;
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        background: rgba(0,0,0,0.75);
        border-radius: 50%;
        padding: 1em;
    }

    .vr__overlay .icon-360 {
        width: 96px;
        height: 96px;
    }

#interior360overlay {
    display: none;
    position: fixed;
    z-index: 10000;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}

    #interior360overlay iframe {
        position: fixed;
        width: 100%;
        height: 100%;
        border: 0;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
    }
