* {
    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;
}

.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: futuralightbt;
    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: 30px;
    padding-right: 0px;
    padding-bottom: 30px;
    padding-left: 0px;
}

.text-1 {
    margin-top: 25px;
    font-size: 25px;
    text-align: center;
    font-family: futuralightbt;
}

.text-2 {
    margin-top: 40px;
    text-align: center;
    font-family: futuramediumbt;
    font-weight: 400;
    font-size: 25px;
}

.text-3 {
    margin-top: 25px;
    text-align: center;
    font-family: futuralightbt;
    font-size: 25px;
}

.text-4 {
    margin-top: 10px;
    text-align: center;
    font-family: futuralightbt;
    font-size: 25px;
}

.enquireBtn {
    margin-top: auto;
    margin-bottom: 70px;
    text-align: center;
    color: black;
    font-weight: 600;
    font-size: 20px;
    font-family: futuramediumbt;
    text-decoration-line: underline;
    text-decoration-thickness: initial;
    text-decoration-style: initial;
    text-decoration-color: initial;
    text-underline-offset: 2px;
}

.enquireBtn:hover {
    background-color: rgb(235, 235, 235);
}


.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-2 {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    justify-content: center;
    align-items: center;
    display: flex;
}

.container {
    margin: 50px 0 0 0;
    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: futuralightbt;
    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: futuralightbt;
    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;
}


#exhibit-popup-0 {
    display: none;
}

#exhibit-popup-1 {
    display: none;
}

#exhibit-popup-2 {
    display: none;
}

#exhibit-popup-3 {
    display: none;
}

#exhibit-popup-4 {
    display: none;
}

#exhibit-popup-5 {
    display: none;
}

#exhibit-popup-6 {
    display: none;
}

#exhibit-popup-7 {
    display: none;
}

#exhibit-popup-8 {
    display: none;
}

#exhibit-popup-9 {
    display: none;
}

#exhibit-popup-10 {
    display: none;
}

#exhibit-popup-11 {
    display: none;
}

#exhibit-popup-12 {
    display: none;
}

#exhibit-popup-13 {
    display: none;
}

@font-face {
    font-family: futur;
    src: url("https://emperia-static.s3.eu-west-2.amazonaws.com/client/Tafeta/futur.ttf");
}

@font-face {
    font-family: FuturaBoldfont;
    src: url("https://emperia-static.s3.eu-west-2.amazonaws.com/client/Tafeta/Futura+Bold+font.ttf");
}

@font-face {
    font-family: FuturaBoldItalicfont;
    src: url("https://emperia-static.s3.eu-west-2.amazonaws.com/client/Tafeta/Futura+Bold+Italic+font.ttf");
}

@font-face {
    font-family: FuturaBookfont;
    src: url("https://emperia-static.s3.eu-west-2.amazonaws.com/client/Tafeta/Futura+Book+font.ttf");
}

@font-face {
    font-family: FuturaBookItalicfont;
    src: url("https://emperia-static.s3.eu-west-2.amazonaws.com/client/Tafeta/Futura+Book+Italic+font.ttf");
}

@font-face {
    font-family: FuturaExtraBlackfont;
    src: url("https://emperia-static.s3.eu-west-2.amazonaws.com/client/Tafeta/Futura+Extra+Black+font.ttf");
}

@font-face {
    font-family: FuturaHeavyfont;
    src: url("https://emperia-static.s3.eu-west-2.amazonaws.com/client/Tafeta/Futura+Heavy+font.ttf");
}

@font-face {
    font-family: FuturaHeavyItalicfont;
    src: url("https://emperia-static.s3.eu-west-2.amazonaws.com/client/Tafeta/Futura+Heavy+Italic+font.ttf");
}

@font-face {
    font-family: futuralightbt;
    src: url("https://emperia-static.s3.eu-west-2.amazonaws.com/client/Tafeta/futura+light+bt.ttf");
}

@font-face {
    font-family: FuturaLightfont;
    src: url("https://emperia-static.s3.eu-west-2.amazonaws.com/client/Tafeta/Futura+Light+font.ttf");
}

@font-face {
    font-family: FuturaLightItalicfont;
    src: url("https://emperia-static.s3.eu-west-2.amazonaws.com/client/Tafeta/Futura+Light+Italic+font.ttf");
}

@font-face {
    font-family: futuramediumbt;
    src: url("https://emperia-static.s3.eu-west-2.amazonaws.com/client/Tafeta/futura+medium+bt.ttf");
}

@font-face {
    font-family: futuramediumcondensedbt;
    src: url("https://emperia-static.s3.eu-west-2.amazonaws.com/client/Tafeta/futura+medium+condensed+bt.ttf");
}

@font-face {
    font-family: FuturaMediumItalicfont;
    src: url("https://emperia-static.s3.eu-west-2.amazonaws.com/client/Tafeta/Futura+Medium+Italic+font.ttf");
}

@font-face {
    font-family: FuturaXBlkBT;
    src: url("https://emperia-static.s3.eu-west-2.amazonaws.com/client/Tafeta/Futura+XBlk+BT.ttf");
}

@font-face {
    font-family: Futura-CondensedLight;
    src: url("https://emperia-static.s3.eu-west-2.amazonaws.com/client/Tafeta/Futura-CondensedLight.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: 65%;
        padding-top: 15px;
        padding-right: 0px;
        padding-bottom: 15px;
        padding-left: 0px;
    }

    .text-1 {
        font-size: 20px;
        margin-top: 10px;
    }

    .text-2 {
        font-size: 15px;
        margin-top: 15px;
    }

    .text-3 {
        font-size: 15px;
        margin-top: 5px;
    }

    .text-4 {
        margin-top: 5px;
        font-size: 15px;
    }

    .enquireBtn {
        font-size: 15px;
        margin-bottom: 10px;
        padding-top: 7px;
        padding-right: 12px;
        padding-bottom: 7px;
        padding-left: 12px;
    }

    #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: 70%;
        padding-top: 20px;
        padding-right: 0px;
        padding-bottom: 20px;
        padding-left: 0px;
    }

    .text-1 {
        font-size: 18px;
        margin-top: 18px;
    }

    .text-2 {
        font-size: 18px;
    }

    .text-3 {
        margin-top: 10px;
        font-size: 18px;
    }

    .text-4 {
        margin-top: 10px;
        font-size: 18px;
    }

    .enquireBtn {
        font-size: 18px;
        margin-bottom: 50px;
        padding-top: 10px;
        padding-right: 20px;
        padding-bottom: 10px;
        padding-left: 20px;
    }
}

@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: 70%;
        padding-top: 20px;
        padding-right: 0px;
        padding-bottom: 20px;
        padding-left: 0px;
    }

    .text-1 {
        font-size: 20px;
    }

    .text-2 {
        font-size: 20px;
    }

    .text-3 {
        font-size: 20px;
    }

    .text-4 {
        font-size: 20px;
    }

    .enquireBtn {
        font-size: 20px;
        margin-bottom: 50px;
    }
}

@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: 90%;
        padding-top: 15px;
        padding-right: 0px;
        padding-bottom: 15px;
        padding-left: 0px;
    }

    .text-1 {
        font-size: 20px;
        margin-top: 10px;
    }

    .text-2 {
        font-size: 15px;
        margin-top: 15px;
    }

    .text-3 {
        font-size: 15px;
        margin-top: 5px;
    }

    .text-4 {
        margin-top: 5px;
        font-size: 15px;
    }

    .enquireBtn {
        font-size: 15px;
        margin-bottom: 10px;
        padding-top: 7px;
        padding-right: 12px;
        padding-bottom: 7px;
        padding-left: 12px;
    }
}




@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: 60%;
        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: 50%;
        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: 60%;
        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;
    }
}

@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: 60%;
        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;
    }
}

@media (max-width: 1279px) {
    .popup-container {
        width: 50%;
        height: 60%;
    }

    .tutorial-close {
        height: 18px;
        width: 18px;
    }
}

@media (max-width: 1279px) {
    .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) {
    .popup-container {
        width: 70%;
        height: 60%;
    }

    .tutorial-close {
        height: 25px;
        width: 25px;
    }
}

@media (max-width: 499px) {

    .popup-container {
        margin: 0 0 0 0;
        width: 90%;
    }

    .tutorial-close {
        width: 18px;
        height: 18px;
    }

    #ix02g {
        width: 100%;
        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;
}