* {
    box-sizing: border-box;
}

body {
    margin: 0;
}

* {
    box-sizing: border-box;
    user-select: none;
}

body {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}

/* custom scrollbar */
::-webkit-scrollbar {
    width: 16px;
}

::-webkit-scrollbar-track {
    background-color: transparent;
    width: 8px;
}

::-webkit-scrollbar-thumb {
    background-color: #b7b7b7;
    border-radius: 20px;
    border: 6px solid transparent;
    background-clip: content-box;
}

::-webkit-scrollbar-thumb:hover {
    background-color: #8c8c8c;
}

.indent {
    margin-left: 20px;
}

/* .sup {
    font-size: 9px;
} */

.exhibit-popup {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 0;
}

.bg-veil {
    background-color: black;
    opacity: 0.5;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 1;
}

.artwork-container {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

.left-container {
    padding-top: 30px;
    padding-right: 30px;
    padding-bottom: 30px;
    padding-left: 30px;
    margin-top: 0px;
    margin-right: 20px;
    margin-bottom: 0px;
    margin-left: 20px;
    background-color: white;
    z-index: 2;
    position: relative;
}

.left-container-content {
    height: auto;
}

.img-txt {
    text-align: center;
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 10px;
    font-family: ProximaNovaFont;
    margin-top: auto;
    margin-right: auto;
    margin-bottom: auto;
    margin-left: auto;
    font-size: 15px;
}

.close-left {
    right: 10px;
    top: 10px;
    cursor: pointer;
    display: none;
    position: absolute;
}

.left-container-content .custom-img {
    max-height: 590px;
    max-width: 930px;
    width: auto;
    height: auto;
    object-fit: contain;
    cursor: pointer;
}

.right-container {
    padding-top: 30px;
    padding-right: 30px;
    padding-bottom: 30px;
    padding-left: 30px;
    background-color: white;
    min-height: 650px;
    margin-top: 0px;
    margin-right: 20px;
    margin-bottom: 0px;
    margin-left: 20px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    z-index: 1;
    position: relative;
    height: 650px;
    align-self: center;
    align-content: center;
    align-items: center;
    width: 500px;
}

.close-right {
    right: 20px;
    top: 20px;
    width: 30px;
    height: 30px;
    cursor: pointer;
    position: absolute;
}

.logo-container {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
}

.logo {
    color: black;
    width: 70%;
    padding-top: 10px;
    padding-right: 0px;
    padding-bottom: 10px;
    padding-left: 0px;
}

.instructionsBtn {
    text-align: center;
    font-family: ProximaNovaFont;
    width: fit-content;
    margin: 20px auto;

}

.instructionsBtn button {
    font-size: 20px;
    cursor: pointer;
    background: none;
    border: none;
}

.text-1 {
    font-size: 25px;
    text-align: center;
    font-family: ProximaNovaFont;
}

.text-2 {
    margin-top: 30px;
    text-align: center;
    font-family: ProximaNovaFontThin;
    font-size: 25px;
}

.text-3 {
    margin-top: 30px;
    text-align: center;
    font-family: ProximaNovaFontLight;
    font-size: 25px;
}

.text-4 {
    margin-top: 20px;
    text-align: center;
    font-family: ProximaNovaFontLight;
    font-size: 22px;
}

.text-5 {
    margin-top: 20px;
    text-align: center;
    font-family: ProximaNovaFontLight;
    font-size: 22px;
}


.text-6 {
    margin-top: 20px;
    text-align: center;
    font-family: ProximaNovaFontLight;
    font-size: 22px;
}

.enquireBtn {
    color: red;
    margin-top: auto;
    margin-bottom: 20px;
    text-align: center;
    font-weight: 600;
    font-size: 35px;
    font-family: ProximaNovaFont;
    text-decoration-line: underline;
    text-decoration-style: initial;
    text-decoration-color: initial;
    text-underline-offset: 2px;
    text-decoration-thickness: 1px;
}

.controls-container {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    width: 70%;
}

.audio-logo {
    width: 20%;
    padding-top: 0px;
    padding-right: 10px;
    padding-bottom: 0px;
    padding-left: 10px;
}

.more-logo {
    cursor: pointer;
    padding-top: 0px;
    padding-right: 10px;
    padding-bottom: 0px;
    padding-left: 10px;
    width: 20%;
}

.add-popup {
    display: none;
    /* Hidden by default */
    position: absolute;
    /* Stay in place */
    z-index: 20;
    /* Sit on top */
    /* padding-top: 100px; */
    /* Location of the box */
    left: 0;
    top: 0;
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    background-color: rgb(0, 0, 0);
    /* Fallback color */
    background-color: rgba(0, 0, 0, 0.4);
    /* Black w/ opacity */
}

.add-popup-content {
    background-color: #fefefe;
    margin: auto;
    padding: 50px;
    width: 800px;
    position: relative;
    max-height: 700px;
    overflow: auto;
}

.add-popup-close-right {
    right: 20px;
    top: 20px;
    width: 30px;
    height: 30px;
    cursor: pointer;
    position: absolute;
}

.add-popup-text {
    font-size: 20px;
    font-family: ProximaNovaFont;
}



.close-container #close {
    right: 10px;
    top: 10px;
    height: 25px;
    width: 25px;
    cursor: pointer;
    margin-top: 20px;
    margin-right: 20px;
    margin-bottom: 20px;
    margin-left: 20px;
}


.popup-container {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    width: 50%;
    height: 50%;
    background-color: white;
    z-index: 2;
    position: relative;
}

.tutorial-close {
    right: 10px;
    top: 10px;
    height: 30px;
    width: 30px;
    cursor: pointer;
    position: absolute;
}



.loading-screen {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: rgb(255, 255, 255);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 2000;
}

.loading-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    overflow-x: hidden;
    overflow-y: hidden;
    max-height: fit-content;
    margin-top: 25px;
    margin-right: 25px;
    margin-bottom: 25px;
    margin-left: 25px;
}

.loading-logo img {
    width: 100%;
    object-fit: contain;
}

.loading-image img {
    width: 40%;
    object-fit: contain;
}

.loading-text {
    margin-top: 25px;
    margin-right: 25px;
    margin-bottom: 25px;
    margin-left: 25px;
    font-size: 25px;
    font-family: Helvetica, sans-serif;
}

#tutorial-popup {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    justify-content: center;
    align-items: center;
    display: flex;
}

.container {
    margin: 50px 0 0 0;
    padding: 10px 0px;
    display: flex;
    align-content: center;
    justify-content: center;
    flex-direction: row;
}

#ix02g {
    color: black;
    width: 80%;
}

#ix73y {
    height: auto;
}

.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    overflow-x: hidden;
    overflow-y: hidden;
    position: absolute;
    bottom: 0px;
    width: 100%;
    padding-top: 10px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}

.navbar a {
    display: block;
    text-align: center;
    text-decoration-line: none;
    text-decoration-thickness: initial;
    text-decoration-style: initial;
    text-decoration-color: initial;
}

.nav-left {
    display: flex;
    justify-content: center;
    align-items: center;
}

.nav-left svg {
    height: 50px;
    width: 50px;
    cursor: pointer;
}

#nav-contact {
    padding-top: 10px;
    padding-right: 15px;
    padding-bottom: 10px;
    padding-left: 15px;
    color: #000000;
    font-family: ProximaNovaFont;

    font-size: 16px;
    font-weight: 900;
}

#nav-emperia-contact {
    padding-top: 10px;
    padding-right: 15px;
    padding-bottom: 10px;
    padding-left: 15px;
    color: #000000;
    font-family: ProximaNovaFont;
    font-size: 16px;
    text-decoration: none;
    font-weight: 900;
}

.about-exhibition {
    cursor: pointer;
    padding-top: 10px;
    padding-right: 15px;
    padding-bottom: 10px;
    padding-left: 15px;
    color: #000000;
    font-family: ProximaNovaFont;
    font-size: 16px;
    text-decoration: none;
    font-weight: 900;
}

#ikhd8 {
    enable-background: new 0 0 512 512;
    width: 25px;
    height: 25px;
    margin: 0 0 0 15px;
}

#product_77327 {
    display: none;
}

#product_77301 {
    display: none;
}

#product_77303 {
    display: none;
}

#product_77305 {
    display: none;
}

#product_77307 {
    display: none;
}

#product_77309 {
    display: none;
}

#product_77311 {
    display: none;
}

#product_77313 {
    display: none;
}

#product_77315 {
    display: none;
}

#product_77317 {
    display: none;
}

#product_77319 {
    display: none;
}

#product_77321 {
    display: none;
}

#product_77323 {
    display: none;
}

#product_77325 {
    display: none;
}

@font-face {
    font-family: ProximaNovaFont;
    src: url("https://emperia-static.s3.eu-west-2.amazonaws.com/client/LSG/Proxima+Nova+Font.otf");
}

@font-face {
    font-family: ProximaNovaFontThin;
    src: url("https://emperia-static.s3.eu-west-2.amazonaws.com/client/LSG/Proxima-Nova-Thin.otf");
}

@font-face {
    font-family: ProximaNovaFontLight;
    src: url("https://emperia-static.s3.eu-west-2.amazonaws.com/client/LSG/Proxima-Nova-Light.otf");
}

@media (min-width: 500px) and (max-width: 800px) {
    .artwork-container {
        display: flex;
        flex-direction: column;
    }

    .left-container {
        padding-bottom: 0px;
        margin-top: 0px;
        margin-right: 0px;
        margin-bottom: 0px;
        margin-left: 0px;
        width: 50%;
        padding-top: 30px;
        padding-right: 30px;
        padding-left: 30px;
    }

    .left-container-content {
        height: auto;
    }

    .close-left {
        display: block;
        width: 15px;
    }

    .left-container-content .custom-img {
        max-height: 300px;
        width: 100%;
        height: auto;
        object-fit: contain;
        cursor: pointer;
    }

    .right-container {
        padding-top: 0px;
        min-height: 270px;
        width: 50%;
        margin-top: 0px;
        margin-right: 0px;
        margin-bottom: 0px;
        margin-left: 0px;
        height: 300px;
    }

    .close-right {
        display: none;
    }

    .logo-container {
        margin-top: 15px;
        margin-right: 0px;
        margin-bottom: 0px;
        margin-left: 0px;
    }

    .img-txt {
        font-size: 13px;
        bottom: 5px;
        position: unset;
    }

    .logo {
        width: 45%;
        padding-top: 0px;
        padding-right: 0px;
        padding-bottom: 0px;
        padding-left: 0px;
    }

    .text-1 {
        font-size: 13px;
        margin-top: 10px;
    }

    .text-2 {
        font-size: 13px;
        margin-top: 10px;
    }

    .text-3 {
        font-size: 13px;
        margin-top: 10px;
    }

    .text-4 {
        margin-top: 5px;
        font-size: 12px;
    }

    .text-5 {
        margin-top: 5px;
        font-size: 12px;
    }

    .text-6 {
        margin-top: 5px;
        font-size: 12px;
    }

    .enquireBtn {
        font-size: 15px;
        margin-bottom: 10px;
        padding-top: 7px;
        padding-right: 12px;
        padding-bottom: 0px;
        padding-left: 12px;
    }

    .controls-container {
        justify-content: center;
    }

    .audio-logo {
        width: 40px;
        padding-top: 0px;
        padding-right: 5px;
        padding-bottom: 0px;
        padding-left: 5px;
    }

    .more-logo {
        width: 40px;
        padding-top: 0px;
        padding-right: 5px;
        padding-bottom: 0px;
        padding-left: 5px;
    }

    .add-popup-content {
        padding: 20px;
        width: 60%;
        max-height: 450px;
        overflow: auto;
    }

    .add-popup-close-right {
        right: 10px;
        top: 10px;
        width: 15px;
        height: 15px;
    }

    .add-popup-text {
        font-size: 13px;
    }

    /* .sup {
        font-size: 8px;
    } */


    #ikhd8 {
        width: 20px;
        height: 20px;
        margin: 0 0 0 10px;
    }
}

@media (min-width: 801px) and (max-width: 1279px) {
    .left-container {
        padding-top: 25px;
        padding-right: 25px;
        padding-bottom: 25px;
        padding-left: 25px;
    }

    .img-txt {
        bottom: 7px;
        font-size: 13px;
    }

    .right-container {
        padding-top: 25px;
        padding-right: 25px;
        padding-bottom: 25px;
        padding-left: 25px;
        min-height: 500px;
        width: 350px;
        height: 500px;
    }

    .close-right {
        top: 15px;
        right: 15px;
        width: 15px;
        height: 15px;
    }

    .left-container-content .custom-img {
        max-height: 450px;
        max-width: 400px;
        width: auto;
        height: auto;
        object-fit: contain;
        cursor: pointer;
    }

    .left-container-content {
        height: auto;
    }

    .logo-container {
        margin-top: 15px;
        margin-right: 0px;
        margin-bottom: 0px;
        margin-left: 0px;
    }

    .logo {
        width: 50%;
        padding-top: 0px;
        padding-right: 0px;
        padding-bottom: 0px;
        padding-left: 0px;
    }

    .text-1 {
        font-size: 18px;
        margin-top: 20px;
    }

    .text-2 {
        font-size: 18px;
        margin-top: 20px;
    }

    .text-3 {
        margin-top: 20px;
        font-size: 18px;
    }

    .text-4 {
        margin-top: 15px;
        font-size: 16px;
    }

    .text-5 {
        margin-top: 15px;
        font-size: 16px;
    }

    .text-6 {
        margin-top: 15px;
        font-size: 16px;
    }

    .enquireBtn {
        font-size: 22px;
        padding-top: 10px;
        padding-right: 20px;
        padding-bottom: 10px;
        padding-left: 20px;
        margin-bottom: 0px;
    }

    .controls-container {
        justify-content: center;
        width: 70%;
    }

    .audio-logo {
        width: 20%;
        padding-top: 0px;
        padding-right: 5px;
        padding-bottom: 0px;
        padding-left: 5px;
    }

    .more-logo {
        padding-top: 0px;
        padding-right: 5px;
        padding-bottom: 0px;
        padding-left: 5px;
        width: 20%;
    }

    .add-popup-content {
        padding: 35px;
        width: 700px;
    }

    .add-popup-close-right {
        right: 15px;
        top: 15px;
        width: 20px;
        height: 20px;
    }

    .add-popup-text {
        font-size: 15px;
    }

    /* .sup {
        font-size: 8px;
    } */
}

@media (min-width: 1280px) and (max-width: 1879px) {
    .right-container {
        min-height: 550px;
        height: 560px;
        width: 400px;
    }

    .close-right {
        top: 15px;
        right: 15px;
        width: 20px;
        height: 20px;
    }

    .left-container-content {
        height: auto;
    }

    .left-container-content .custom-img {
        max-height: 500px;
        max-width: 730px;
        width: auto;
        height: auto;
        object-fit: contain;
        cursor: pointer;
    }

    .logo-container {
        margin-top: 20px;
        margin-right: 0px;
        margin-bottom: 0px;
        margin-left: 0px;
    }

    .img-txt {
        margin-right: 0px;
        margin-bottom: 0px;
        margin-left: 0px;
    }

    .logo {
        width: 60%;
        padding-top: 0px;
        padding-right: 0px;
        padding-bottom: 0px;
        padding-left: 0px;
    }

    .text-1 {
        font-size: 22px;
        margin-top: 20px;
    }

    .text-2 {
        font-size: 22px;
        margin-top: 20px;
    }

    .text-3 {
        margin-top: 20px;
        font-size: 22px;
    }

    .text-4 {
        margin-top: 15px;
        font-size: 19px;
    }

    .text-5 {
        margin-top: 15px;
        font-size: 19px;
    }

    .text-6 {
        margin-top: 15px;
        font-size: 19px;
    }

    .enquireBtn {
        font-size: 22px;
        padding-top: 0px;
        padding-right: 20px;
        padding-bottom: 0px;
        padding-left: 20px;
    }

    .controls-container {
        justify-content: center;
        width: 70%;
    }

    .audio-logo {
        width: 20%;
        padding-top: 0px;
        padding-right: 5px;
        padding-bottom: 0px;
        padding-left: 5px;
    }

    .more-logo {
        padding-top: 0px;
        padding-right: 5px;
        padding-bottom: 0px;
        padding-left: 5px;
        width: 20%;
    }

    .add-popup-content {
        padding: 40px;
    }

    .add-popup-close-right {
        right: 20px;
        top: 20px;
        width: 25px;
        height: 25px;
    }

    .add-popup-text {
        font-size: 18px;
    }

    /* .sup {
        font-size: 9px; */
    /* } */
}

@media (max-width: 499px) {
    .artwork-container {
        display: flex;
        flex-direction: column;
    }

    .left-container {
        padding-top: 35px;
        padding-bottom: 0px;
        margin-top: 0px;
        margin-right: 0px;
        margin-bottom: 0px;
        margin-left: 0px;
        width: 65%;
        padding-right: 15px;
        padding-left: 15px;
    }

    .left-container-content {
        height: auto;
    }

    .close-left {
        display: block;
        width: 15px;
    }

    .left-container-content .custom-img {
        max-height: 270px;
        width: 100%;
        height: auto;
        object-fit: contain;
        cursor: pointer;
    }

    .right-container {
        padding-top: 0px;
        min-height: 270px;
        width: 65%;
        margin-top: 0px;
        margin-right: 0px;
        margin-bottom: 0px;
        margin-left: 0px;
        height: 280px;
        padding-right: 15px;
        padding-bottom: 15px;
        padding-left: 15px;
    }

    .close-right {
        display: none;
    }

    .logo-container {
        margin-top: 15px;
        margin-right: 0px;
        margin-bottom: 0px;
        margin-left: 0px;
    }

    .img-txt {
        bottom: 0px;
        margin-top: 4px;
        font-size: 13px;
        position: unset;
    }

    .logo {
        width: 40%;
        padding-top: 0px;
        padding-right: 0px;
        padding-bottom: 0px;
        padding-left: 0px;
    }

    .text-1 {
        font-size: 13px;
        margin-top: 10px;
    }

    .text-2 {
        font-size: 13px;
        margin-top: 10px;
    }

    .text-3 {
        font-size: 13px;
        margin-top: 5px;
    }

    .text-4 {
        margin-top: 5px;
        font-size: 12px;
    }

    .text-5 {
        margin-top: 5px;
        font-size: 12px;
    }

    .text-6 {
        margin-top: 5px;
        font-size: 12px;
    }

    .enquireBtn {
        font-size: 15px;
        margin-bottom: 10px;
        padding-top: 7px;
        padding-right: 12px;
        padding-bottom: 0px;
        padding-left: 12px;
    }

    .controls-container {
        justify-content: center;
    }

    .audio-logo {
        width: 35px;
        padding-top: 0px;
        padding-right: 5px;
        padding-bottom: 0px;
        padding-left: 5px;
    }

    .more-logo {
        width: 35px;
        padding-top: 0px;
        padding-right: 5px;
        padding-bottom: 0px;
        padding-left: 5px;
    }

    .add-popup-content {
        padding: 20px;
        width: 80%;
        max-height: 400px;
        overflow: auto;
    }

    .add-popup-close-right {
        right: 10px;
        top: 10px;
        width: 15px;
        height: 15px;
    }

    .add-popup-text {
        font-size: 12px;
    }

    /* .sup {
        font-size: 8px;
    } */
}




@media (max-width: 1879px) {
    .popup-container {
        width: 60%;
        height: 50%;
    }

    .tutorial-close {
        height: 20px;
        width: 20px;
    }
}

@media (max-width: 1879px) {
    .popup-container {
        width: 45%;
    }

    .container {
        margin: 35px 0 0 0;
    }
}

@media (max-width: 399px) {
    .popup-container {
        width: 90%;
    }

    .close-container #close {
        height: 15px;
        width: 15px;
        cursor: pointer;
        margin-top: 15px;
        margin-right: 15px;
        margin-bottom: 15px;
        margin-left: 15px;
    }

    .loading-logo {
        margin-top: 10px;
        margin-right: 10px;
        margin-bottom: 10px;
        margin-left: 10px;
    }

    .loading-logo img {
        width: 100%;
        object-fit: contain;
    }

    .loading-image img {
        width: 80%;
        object-fit: contain;
    }

    .loading-text {
        font-size: 15px;
        margin-top: 10px;
        margin-right: 10px;
        margin-bottom: 10px;
        margin-left: 10px;
    }
}

@media (min-width: 400px) and (max-width: 800px) {
    .loading-logo {
        margin-top: 15px;
        margin-right: 15px;
        margin-bottom: 15px;
        margin-left: 15px;
    }

    .loading-logo img {
        width: 100%;
        object-fit: contain;
    }

    .loading-image img {
        width: 80%;
        object-fit: contain;
    }

    .loading-text {
        font-size: 15px;
        margin-top: 15px;
        margin-right: 15px;
        margin-bottom: 15px;
        margin-left: 15px;
    }
}

@media (min-width: 801px) and (max-width: 1279px) {
    .loading-logo {
        margin-top: 15px;
        margin-right: 15px;
        margin-bottom: 15px;
        margin-left: 15px;
    }

    .loading-logo img {
        width: 100%;
        object-fit: contain;
    }

    .loading-image img {
        width: 85%;
        object-fit: contain;
    }

    .loading-text {
        font-size: 20px;
        margin-top: 15px;
        margin-right: 15px;
        margin-bottom: 15px;
        margin-left: 15px;
    }

    .navbar {
        padding-top: 10px;
        padding-right: 0px;
        padding-bottom: 0px;
        padding-left: 0px;
    }

    .nav-left svg {
        height: 35px;
        width: 35px;
    }

    #nav-contact {
        padding-top: 10px;
        padding-right: 15px;
        padding-bottom: 10px;
        padding-left: 15px;
    }

    #nav-emperia-contact {
        padding-top: 10px;
        padding-right: 15px;
        padding-bottom: 10px;
        padding-left: 15px;
    }

    .about-exhibition {
        padding-top: 10px;
        padding-right: 15px;
        padding-bottom: 10px;
        padding-left: 15px;
    }
}

@media (min-width: 1280px) and (max-width: 1879px) {
    .close-container #close {
        height: 20px;
        width: 20px;
        cursor: pointer;
        margin-top: 25px;
        margin-right: 25px;
        margin-bottom: 25px;
        margin-left: 25px;
    }

    .loading-logo {
        margin-top: 20px;
        margin-right: 20px;
        margin-bottom: 20px;
        margin-left: 20px;
    }

    .loading-logo img {
        width: 100%;
        object-fit: contain;
    }

    .loading-image img {
        width: 45%;
        object-fit: contain;
    }

    .loading-text {
        margin-top: 20px;
        margin-right: 20px;
        margin-bottom: 20px;
        margin-left: 20px;
        font-size: 20px;
    }

    .nav-left svg {
        height: 40px;
        width: 40px;
    }

    #nav-contact {
        padding-top: 10px;
        padding-right: 15px;
        padding-bottom: 10px;
        padding-left: 15px;
    }

    #nav-emperia-contact {
        padding-top: 10px;
        padding-right: 15px;
        padding-bottom: 10px;
        padding-left: 15px;
    }

    .about-exhibition {
        padding-top: 10px;
        padding-right: 15px;
        padding-bottom: 10px;
        padding-left: 15px;
    }
}

@media (max-width: 1279px) {
    .popup-container {
        width: 50%;
        height: 60%;
    }

    .tutorial-close {
        height: 18px;
        width: 18px;
    }
}

@media (max-width: 1279px) {

    .instructionsBtn {
        margin: 10px auto;
    }

    .instructionsBtn button {
        font-size: 15px;
    }

    .popup-container {
        width: 60%;
    }

    .container {
        margin: 35px 0 0 0;
    }

    .tutorial-close {
        width: 25px;
        height: 25px;
    }

    .popup-container {
        width: 50%;
        height: 60%;
    }
}

@media (max-width: 800px) {
    .instructionsBtn {
        margin: 5px auto;
    }

    .instructionsBtn button {
        font-size: 12px;
    }

    .popup-container {
        width: 70%;
        height: 60%;
    }

    .tutorial-close {
        height: 25px;
        width: 25px;
    }
}

@media (max-width: 499px) {

    .instructionsBtn {
        margin: 5px auto;
    }

    .instructionsBtn button {
        font-size: 10px;
    }

    .popup-container {
        margin: 0 0 0 0;
        width: 90%;
    }

    .tutorial-close {
        width: 18px;
        height: 18px;
    }

    #ix02g {
        width: 90%;
        margin: 0 0 0 0;
    }

    .popup-container {
        width: 80%;
        height: 60%;
    }
}



html {
    height: 100%;
}

body {
    height: 100%;
    overflow: hidden;
    margin: 0;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #08101D;
    background-color: #08101D;
}

svg {
    cursor: pointer;
}

#pano {
    width: 100%;
    height: 100%;
    position: relative;
    background-color: #08101D;
}

progress {
    position: absolute;
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
    background-color: lightgray;
    left: 0;
    bottom: 0;
    height: 0.7vh;
}

progress::-webkit-progress-value {
    background-color: white;
}

.img-overlay {
    position: fixed;
    display: none;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    z-index: 100;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.6);
}

.zoomed-img-wrapper {
    display: flex;
    justify-content: center;
    transform: scale(0.8) translate(0px, 0px);
    cursor: grab;
}

.zoomed-img-wrapper .custom-zoomed-img {
    height: 50vw;
}

.zoomed-img-wrapper #close {
    position: absolute;
    right: 50px;
    top: 50px;
    fill: white;
    height: 30px;
    width: 30px;
    cursor: pointer;
}

.scaledClose {
    position: absolute;
    right: 50px;
    top: 50px;
    fill: white;
    height: 30px;
    width: 30px;
    cursor: pointer;
    z-index: 9999;
}

.custom-img {
    width: 50%;
    height: 50%;
    cursor: pointer;
}

@media (min-width: 1280px) and (max-width: 1879px) {


    .zoomed-img-wrapper .custom-zoomed-img {
        height: 60vw;
    }

    .zoomed-img-wrapper #close {
        height: 30px;
        width: 30px;
        top: 40px;
        right: 40px;
    }

    .scaledClose {
        height: 30px;
        width: 30px;
        top: 40px;
        right: 40px;
    }
}

@media (min-width: 801px) and (max-width: 1279px) {

    .zoomed-img-wrapper .custom-zoomed-img {
        height: 70vw;
    }

    .zoomed-img-wrapper #close {
        height: 25px;
        width: 25px;
        right: 30px;
        top: 30px;
    }

    .scaledClose {
        height: 25px;
        width: 25px;
        right: 30px;
        top: 30px;
    }
}

@media (min-width: 400px) and (max-width: 800px) {


    .zoomed-img-wrapper .custom-zoomed-img {
        height: 80vw;
    }

    .zoomed-img-wrapper #close {
        height: 20px;
        width: 20px;
        right: 25px;
        top: 25px;
    }

    .scaledClose {
        height: 20px;
        width: 20px;
        right: 25px;
        top: 25px;
    }
}

@media (max-width: 399px) {

    .zoomed-img-wrapper .custom-zoomed-img {
        height: 90vw;
    }

    .zoomed-img-wrapper #close {
        height: 15px;
        width: 15px;
        right: 20px;
        top: 20px;
    }

    .scaledClose {
        height: 15px;
        width: 15px;
        right: 20px;
        top: 20px;
    }
}

.shareButton {
    position: absolute;
    border: none;
    bottom: 2vh;
    right: 2vh;
    z-index: 110;
    background: #08101D;
    width: 5vh;
    height: 5vh;
    border-radius: 50%;
    transition: all 150ms;
    opacity: 0.3;
}

.shareButton:hover {
    transform: scale(1.1) translateY(-3px);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.25);
}

#shareIcon {
    fill: #FFF;
    width: 60%;
    height: 60%;
    opacity: 1;
    display: block;
    margin: auto;
}