@font-face {
    font-family: 'AvenirNextLTPro-Regular';
    src: url('https://emperia-static.s3.eu-west-2.amazonaws.com/client/Gilman/AvenirNextLTPro-Regular.otf');
    font-weight: 100 900;
}

@font-face {
    font-family: 'AvenirNextLTPro-Bold';
    src: url('https://emperia-static.s3.eu-west-2.amazonaws.com/client/Gilman/AvenirNextLTPro-Bold.otf');
}

@font-face {
    font-family: 'AvenirNextLTPro-It';
    src: url('https://emperia-static.s3.eu-west-2.amazonaws.com/client/Gilman/AvenirNextLTPro-It.otf');
}

* {
    box-sizing: border-box;
}

body {
    margin: 0;
    font-family: "AvenirNextLTPro-Regular" !important;
}


#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;
}

#exhibit-popup-14 {
    display: none;
}

#exhibit-popup-15 {
    display: none;
}

#exhibit-popup-16 {
    display: none;
}

#exhibit-popup-17 {
    display: none;
}

#exhibit-popup-18 {
    display: none;
}

#exhibit-popup-19 {
    display: none;
}


* {
    user-select: none;
}

.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;
}

.container {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

.left-container {
    padding-top: 35px;
    padding-right: 35px;
    padding-bottom: 5px;
    padding-left: 35px;
    background-image: initial;
    background-position-x: initial;
    background-position-y: initial;
    background-size: initial;
    background-repeat-x: initial;
    background-repeat-y: initial;
    background-attachment: initial;
    background-origin: initial;
    background-clip: initial;
    background-color: white;
    height: 400px;
    margin-top: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
    margin-left: 10px;
    z-index: 2;
}

.left-btn {
    display: none;
}

.left-btn .close-left {
    right: 10px;
    top: 10px;
    fill: black;
    height: 15px;
    width: 15px;
    cursor: pointer;
    display: none;
}

.left-container .custom-img {
    width: auto;
    height: 95%;
    object-fit: contain;
    cursor: pointer;
}

.right-container {
    letter-spacing: 3px;
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    background-image: initial;
    background-position-x: initial;
    background-position-y: initial;
    background-size: initial;
    background-repeat-x: initial;
    background-repeat-y: initial;
    background-attachment: initial;
    background-origin: initial;
    background-clip: initial;
    background-color: white;
    width: 350px;
    min-height: 400px;
    height: -webkit-fit-content;
    margin-top: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
    margin-left: 10px;
    display: flex;
    flex-direction: column;
    justify-content: space;
    z-index: 1;
    padding: 20px 20px 40px 20px;
    align-items: center;
    align-content: center;
    flex-wrap: nowrap;
}

.right-container .right-btn {
    cursor: pointer;
    width: 100%;
    text-align: end;
}

.left-container .right-btn {
    cursor: pointer;
    width: 100%;
    text-align: end;
}

.right-btn .close-right {
    right: 10px;
    top: 10px;
    fill: black;
    height: 15px;
    width: 15px;
    cursor: pointer;
}

.right-container .artist-name {
    overflow-wrap: break-word;
}

.right-container .art-name {
    overflow-wrap: break-word;
    font-family: 'AvenirNextLTPro-It';
}

.right-container .art-date {
    overflow-wrap: break-word;
}

.price {
    overflow-wrap: break-word;
}

.right-container .art-desc {
    overflow-wrap: break-word;
}

.right-container .enquire {
    cursor: pointer;
    background-color: white;
    color: black;
    width: 70%;
    text-align: center;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    padding-top: 10px;
    padding-right: 20px;
    padding-bottom: 10px;
    padding-left: 20px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}

.right-container .link {
    font-family: 'AvenirNextLTPro-Bold';
    cursor: pointer;
    color: black;
    text-decoration-line: none;
    text-decoration-thickness: initial;
    text-decoration-style: initial;
    text-decoration-color: initial;
}

.logo {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    margin: 0 0 0 0;
    flex-direction: row;
    align-content: center;
}

.logo img {
    height: auto;
    width: 80%;
    object-fit: contain;
}

.artist-name {
    text-align: center;
    font-size: 28px;
    font-weight: 800;
    padding: 0 0 0 0;
    margin: 50px 0 0 0;
}

.art-name {
    text-align: center;
    font-size: 26px;
    color: #000000;
    font-weight: 800;
}

.art-date {
    text-align: center;
    font-family: 'AvenirNextLTPro-Regular';
    padding: 0 0 0 0;
    margin: 30px 0 0 0;
    font-size: 20px;
    font-weight: 800;
}

.price {
    font-size: 20px;
    margin-top: 15px;
}

.art-sizes {
    font-size: 16px;
}

.c19152 {
    padding: 0 0 0 0;
    font-family: 'AvenirNextLTPro-Regular';
    font-size: 20px;
    text-align: center;
    font-weight: 800;
    margin: 5px 0 0 0;
    width: auto;
}

.custom-btn.enquire {
    margin: 30px 54px 0 54px;
    background-color: #eeedec;
    padding: 10px 20px 10px 20px;
}

.c21215 {
    text-align: center;
    color: #325e89;
    font-family: 'AvenirNextLTPro-Bold';
    font-weight: 700;
    font-size: 16px;
    letter-spacing: 3px;
    margin: 70px 0 0 0;
}

.link {
    font-family: 'AvenirNextLTPro-Regular';
    font-weight: 700;
    font-size: 20px;
}

.img-txt {
    text-align: center;
    font-family: 'AvenirNextLTPro-Regular';
    font-size: 16px;
    color: #666666;
}

.custom-btn.enquire:hover {
    background-color: #ffffff;
}

.close-right {
    width: 20px;
    height: auto;
    max-width: 25px;
}

.right-btn {
    height: auto;
}

.gjs-row {
    display: table;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    width: 100%;
}

.gjs-cell {
    width: 8%;
    display: table-cell;
    height: 50px;
}

.c26098 {
    display: flex;
    width: 100%;
    flex-direction: column;
    height: auto;
}

.c26105 {
    display: flex;
    flex-direction: column;
    align-content: center;
    margin: 30px 0 0 0;
}

.child-flex {
    padding: 10px 10px 10px 10px;
}

.c29289 {
    order: 0;
    flex-grow: 1;
    flex-shrink: 0;
    height: 150px;
}

.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 img {
    width: 25%;
    object-fit: contain;
}

.loading-image {
    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-image img {
    width: 40%;
    object-fit: contain;
}

.loading-text {
    margin-top: 25px;
    margin-right: 25px;
    margin-bottom: 25px;
    margin-left: 25px;
    font-size: 20px;
    font-family: 'AvenirNextLTPro-Regular';
    color: #666666;
}

.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    overflow-x: hidden;
    overflow-y: hidden;
    position: absolute;
    bottom: 0px;
    width: 100%;
    padding-top: 20px;
    padding-right: 0px;
    padding-bottom: 5px;
    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;
    color: black;
}

.nav-left {
    display: flex;
    justify-content: center;
    align-items: center;
}

.nav-left svg {
    height: 40px;
    width: 40px;
    cursor: pointer;
}

#nav-contact {
    padding-top: 10px;
    padding-right: 15px;
    padding-bottom: 10px;
    padding-left: 15px;
    color: white;
}

#nav-emperia-contact {
    padding-top: 10px;
    padding-right: 15px;
    padding-bottom: 10px;
    padding-left: 15px;
    color: white;
}

.c9641 {
    padding-left: 10px;
    enable-background: new 0 0 512 512;
}

#tutorial-popup {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.popup-container {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    width: 40%;
    background-color: white;
    z-index: 2;
}

.close-container {
    display: flex;
    position: relative;
    justify-content: flex-end;
    height: 50px;
}

.close-container #close {
    right: 10px;
    top: 10px;
    color: black;
    height: 25px;
    width: 25px;
    cursor: pointer;
    margin-top: 20px;
    margin-right: 20px;
    margin-bottom: 20px;
    margin-left: 20px;
}

.popup-body {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
}

.popup-body-instruction {
    width: 300px;
}

.popup-instruction-text {
    letter-spacing: 2px;
    height: 80px;
    color: #787878;
    text-align: center;
    font-family: 'AvenirNextLTPro-Regular';
    font-size: 25px;
}

.popup-img-wrapper {
    text-align: center;
    width: 320px;
    padding-top: 20px;
    padding-right: 0px;
    padding-bottom: 20px;
    padding-left: 0px;
}

.img-1 {
    height: 120px;
    color: #5783A7;
}

.img-2 {
    height: 120px;
    color: #5783A7;
}

.img-3 {
    height: 120px;
    color: #5783A7;
}

.child-flex.c29319 {
    margin: 30px 0 0 0;
}

.c29635 {
    flex-grow: 1;
}

.c32628 {
    flex-grow: 1;
}

.c29937 {
    flex-grow: 1;
}

.c30236 {
    flex-grow: 1;
}

.c30535 {
    flex-grow: 1;
}

.c30834 {
    flex-grow: 1;
}

.c31133 {
    flex-grow: 1;
}

.c31432 {
    flex-grow: 1;
}

.c31731 {
    flex-grow: 1;
}

.c32030 {
    flex-grow: 1;
}

.c32329 {
    flex-grow: 1;
}

.img-overlay {
    position: fixed;
    display: none;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background-color: rgba(0, 0, 0, 0.6);
}

.zoomed-img-wrapper {
    display: flex;
    justify-content: center;
    height: 50vw;
    transform: scale(1) translate(0px, 0px);
    cursor: grab;
}

.zoomed-img-wrapper .custom-zoomed-img {
    height: auto;
}

.zoomed-img-wrapper #close {
    position: absolute;
    right: 50px;
    top: 50px;
    fill: black;
    height: 30px;
    width: 30px;
    cursor: pointer;
}

@media (max-width: 1879px) {
    .right-container {
        justify-content: space-between;
    }

    .artist-name {
        font-size: 20px;
        margin: 35px 0 0 0;
    }

    .art-name {
        font-size: 20px;
    }

    .link {
        font-size: 18px;
    }

    .logo {
        margin: 0 0 0 0;
    }

    .custom-btn.enquire {
        margin: 20px 54px 0 54px;
        font-weight: 800;
    }

    .c21215 {
        margin: 30px 0 0 0;
    }

    .loading-text {
        font-family: 'AvenirNextLTPro-Regular';
        font-size: 15px;
    }

    .art-date {
        margin: 20px 0 0 0;
    }

    .custom-img {
        width: 100%;
    }
}

@media (min-width: 400px) and (max-width: 500px) {
    .container {
        flex-direction: column;
    }

    .left-container {
        padding-top: 10px;
        padding-right: 10px;
        padding-bottom: 10px;
        padding-left: 10px;
        height: auto;
        width: 65%;
        margin-top: 0px;
        margin-right: 0px;
        margin-bottom: 0px;
        margin-left: 0px;
    }

    .right-container {
        padding-top: 10px;
        padding-right: 10px;
        padding-bottom: 50px;
        padding-left: 10px;
        margin-top: 0px;
        margin-right: 0px;
        margin-bottom: 0px;
        margin-left: 0px;
        width: 65%;
        min-height: 320px;
        height: -webkit-fit-content;
    }

    .left-container .custom-img {
        height: 85%;
        width: 100%;
        margin-top: 0px;
        margin-right: auto;
        margin-bottom: 0px;
        margin-left: auto;
        object-fit: contain;
    }

    .left-btn {
        display: flex;
        justify-content: flex-end;
    }

    .left-btn .close-left {
        display: block;
        margin-top: 5px;
        margin-right: 5px;
        margin-bottom: 5px;
        margin-left: 5px;
    }

    .right-btn .close-right {
        display: none;
    }

    .right-container .logo {
        display: none;
    }
}

@media (min-width: 501px) and (max-width: 800px) {
    .container {
        flex-direction: column;
    }

    .left-container {
        padding-top: 15px;
        padding-right: 15px;
        padding-bottom: 15px;
        padding-left: 15px;
        height: 370px;
        width: 65%;
        margin-top: 0px;
        margin-right: 0px;
        margin-bottom: 0px;
        margin-left: 0px;
    }

    .right-container {
        padding-top: 15px;
        padding-right: 15px;
        padding-bottom: 50px;
        padding-left: 15px;
        margin-top: 0px;
        margin-right: 0px;
        margin-bottom: 0px;
        margin-left: 0px;
        width: 65%;
        min-height: 320px;
        height: -webkit-fit-content;
    }

    .left-container .custom-img {
        height: 85%;
        width: 100%;
        margin-top: 0px;
        margin-right: auto;
        margin-bottom: 0px;
        margin-left: auto;
        object-fit: contain;
    }

    .left-btn {
        display: flex;
        justify-content: flex-end;
    }

    .left-btn .close-left {
        display: block;
        margin-top: 5px;
        margin-right: 5px;
        margin-bottom: 5px;
        margin-left: 5px;
    }

    .right-btn .close-right {
        display: none;
    }

    .right-container .logo {
        display: none;
    }
}

@media (min-width: 801px) and (max-width: 1279px) {
    .left-container {
        padding-top: 30px;
        padding-right: 30px;
        padding-bottom: 15px;
        padding-left: 30px;
        height: 450px;
    }

    .right-container {
        padding-top: 20px;
        padding-right: 20px;
        padding-bottom: 40px;
        padding-left: 20px;
        width: 300px;
        min-height: 450px;
        height: -webkit-fit-content;
    }

    .wide-image-container {
        height: 350px;
    }

    .right-btn .close-right {
        height: 15px;
        width: 15px;
    }

    .logo img {
        width: 60%;
        height: auto;
        object-fit: contain;
    }

    .loading-logo img {
        width: 40%;
        object-fit: contain;
    }

    .loading-image {
        margin-top: 15px;
        margin-right: 15px;
        margin-bottom: 15px;
        margin-left: 15px;
    }

    .loading-image img {
        width: 65%;
        object-fit: contain;
    }

    .loading-text {
        font-size: 20px;
        margin-top: 15px;
        margin-right: 15px;
        margin-bottom: 15px;
        margin-left: 15px;
    }

    .navbar {
        padding-top: 15px;
        padding-right: 0px;
        padding-bottom: 5px;
        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;
    }

    .zoomed-img-wrapper {
        height: 70vw;
    }

    .zoomed-img-wrapper #close {
        height: 15px;
        width: 15px;
    }
}

@media (min-width: 1280px) and (max-width: 1879px) {
    .left-container {
        height: 550px;
        margin-top: 10px;
        margin-right: 10px;
        margin-bottom: 10px;
        margin-left: 10px;
        z-index: 99;
    }

    .left-container .custom-img {
        width: auto;
        height: 95%;
        object-fit: cover;
    }

    .right-container {
        width: 400px;
        min-height: 550px;
        height: -webkit-fit-content;
    }

    .right-btn .close-right {
        height: 30px;
        width: 30px;
    }

    .logo img {
        height: auto;
        object-fit: contain;
    }

    .loading-logo img {
        width: 30%;
        object-fit: contain;
    }

    .loading-image {
        margin-top: 20px;
        margin-right: 20px;
        margin-bottom: 20px;
        margin-left: 20px;
    }

    .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;
    }

    .close-container #close {
        color: black;
        height: 20px;
        width: 20px;
        cursor: pointer;
        margin-top: 25px;
        margin-right: 25px;
        margin-bottom: 25px;
        margin-left: 25px;
    }

    .popup-container .custom-img {
        height: 80px;
    }

    .popup-body {
        padding-top: 10px;
        padding-right: 10px;
        padding-bottom: 10px;
        padding-left: 10px;
    }

    .popup-instruction-text {
        font-size: 18px;
    }

    .popup-body-instruction {
        width: 160px;
    }

    .popup-img-wrapper {
        width: 180px;
    }

    .img-1 {
        height: 110px;
    }

    .img-2 {
        height: 110px;
    }

    .img-3 {
        height: 110px;
    }

    .zoomed-img-wrapper {
        height: 60vw;
    }

    .zoomed-img-wrapper #close {
        height: 20px;
        width: 20px;
    }
}

@media (min-width: 1880px) {
    .left-container {
        height: 700px;
        margin-top: 10px;
        margin-right: 10px;
        margin-bottom: 10px;
        margin-left: 10px;
        z-index: 99;
    }

    .left-container .custom-img {
        width: auto;
        height: 95%;
        object-fit: cover;
    }

    .img-txt {
        margin: 2px 0px;
    }

    .right-container {
        justify-content: space-between;
        width: 490px;
        min-height: 700px;
        height: -webkit-fit-content;
    }

    .right-btn .close-right {
        height: 30px;
        width: 30px;
    }

    .logo img {
        height: auto;
        object-fit: contain;
    }

    .popup-container .custom-img {
        height: 100px;
    }
}

@media (min-width: 1880px) and (max-width: 2280px) {
    .popup-container {
        width: 40%;
    }

    .popup-body {
        padding-top: 10px;
        padding-right: 10px;
        padding-bottom: 10px;
        padding-left: 10px;
    }

    .popup-container .custom-img {
        height: 90px;
    }

    .popup-body-instruction {
        width: 220px;
        font-size: 25px;
        font-family: 'AvenirNextLTPro-Regular';
    }

    .popup-instruction-text {
        height: 90px;
        font-size: 25px;
    }

    .popup-img-wrapper {
        width: 220px;
    }
}

@media (max-width: 1279px) {
    .right-container {
        justify-content: space-between;
    }

    .artist-name {
        font-size: 18px;
        margin: 20px 0 0 0;
    }

    .art-name {
        font-size: 16px;
    }

    .c19152 {
        font-size: 14px;
    }

    .art-date {
        font-size: 14px;
        margin: 15px 0 0 0;
    }

    .price {
        font-size: 14px;
        margin-top: 10px;
    }

    .art-sizes {
        font-size: 12px;
    }

    .c21215 {
        font-size: 12px;
        margin: 25px 0 0 0;
    }

    .link {
        font-size: 16px;
    }

    .custom-btn.enquire {
        padding: 10px 10px 10px 10px;
        margin: 15px 54px 0 54px;
    }

    .logo {
        margin: 0 0 0 0;
    }

    .c29289 {
        order: 0;
        flex-grow: 1;
    }

    .img-txt {
        margin: 2px 0 2px 0;
    }

    .child-flex.c29319 {
        margin: 15px 0 0 0;
    }

    .loading-text {
        margin: 30px 30px 30px 30px;
    }

    .c26105 {
        margin: 20px 0 0 0;
    }

    .custom-img {
        width: 50%;
        text-align: left;
    }
}

@media (max-width: 800px) {
    .artist-name {
        font-size: 16px;
        margin: 0 0 0 0;
    }

    .art-name {
        font-size: 16px;
    }

    .c19152 {
        font-size: 14px;
    }

    .right-container {
        justify-content: space-between;
    }

    .art-date {
        font-size: 16px;
    }

    .price {
        font-size: 16px;
    }

    .art-sizes {
        font-size: 14px;
    }

    .c21215 {
        font-size: 10px;
        margin: 15px 0 0 0;
    }

    .link {
        font-size: 16px;
    }

    .img-txt {
        font-size: 14px;
        letter-spacing: 2px;
    }

    .custom-btn.enquire {
        width: 220px;
    }

    .loading-text {
        margin: 60px 60px 60px 60px;
    }

    .c26105 {
        margin: 0 0 0 0;
    }

    .custom-img {
        width: 80%;
    }
}

@media (max-width: 768px) {
    .gjs-cell {
        width: 100%;
        display: block;
    }
}

@media (max-width: 480px) {
    .right-container {
        justify-content: space-between;
    }

    .artist-name {
        margin: 0 0 0 0;
    }

    .art-date {
        margin: 0 0 0 0;
        padding: 0 0 0 0;
    }

    .price {
        margin: 0 0 0 0;
        padding: 0 0 0 0;
    }


    .custom-btn.enquire {
        padding: 0 20px 0 20px;
        margin: 0 54px 0 54px;
    }

    .c21215 {
        margin: 0 0 0 0;
    }
}

@media (min-width: 400px) and (max-width: 800px) {
    .loading-logo img {
        width: 50%;
        object-fit: contain;
    }

    .loading-image {
        margin-top: 15px;
        margin-right: 15px;
        margin-bottom: 15px;
        margin-left: 15px;
    }

    .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;
    }

    .zoomed-img-wrapper {
        height: 80vw;
    }

    .zoomed-img-wrapper #close {
        height: 10px;
        width: 10px;
    }
}

@media (min-width: 400px) and (max-width: 799px) {
    .popup-container {
        width: 80%;
    }

    .close-container #close {
        color: black;
        height: 15px;
        width: 15px;
        cursor: pointer;
        margin-top: 15px;
        margin-right: 15px;
        margin-bottom: 15px;
        margin-left: 15px;
    }

    .popup-body {
        display: block;
        padding-top: 20px;
        padding-right: 20px;
        padding-bottom: 20px;
        padding-left: 20px;
    }

    .popup-body-instruction {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 0px;
        margin-right: auto;
        margin-bottom: 0px;
        margin-left: auto;
        width: 250px;
    }

    .popup-instruction-text {
        font-size: 15px;
    }

    .popup-img-wrapper {
        width: 250px;
    }

    .img-1 {
        height: 80px;
    }

    .img-2 {
        height: 80px;
    }

    .img-3 {
        height: 80px;
    }
}

@media (min-width: 401px) and (max-width: 800px) {
    .navbar {
        padding-top: 5px;
        padding-right: 0px;
        padding-bottom: 5px;
        padding-left: 0px;
    }

    .nav-left svg {
        height: 30px;
        width: 30px;
    }

    #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: 800px) and (max-width: 1279px) {
    .popup-container {
        width: 45%;
    }

    .close-container #close {
        color: black;
        height: 15px;
        width: 15px;
        cursor: pointer;
        margin-top: 20px;
        margin-right: 20px;
        margin-bottom: 20px;
        margin-left: 20px;
    }

    .popup-body {
        display: block;
        padding-top: 20px;
        padding-right: 20px;
        padding-bottom: 20px;
        padding-left: 20px;
    }

    .popup-body-instruction {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 0px;
        margin-right: auto;
        margin-bottom: 0px;
        margin-left: auto;
        width: 300px;
    }

    .popup-instruction-text {
        font-size: 15px
    }

    .popup-img-wrapper {
        width: 300px;
    }

    .img-1 {
        height: 90px;
    }

    .img-2 {
        height: 90px;
    }

    .img-3 {
        height: 90px;
    }
}

@media (max-width: 400px) {
    .navbar {
        padding: 0px;
        font-size: 10px;
    }

    .nav-left svg {
        height: 30px;
        width: 30px;
    }

    #nav-contact {
        padding-top: 5px;
        padding-right: 10px;
        padding-bottom: 5px;
        padding-left: 10px;
    }

    #nav-emperia-contact {
        padding-top: 5px;
        padding-right: 10px;
        padding-bottom: 5px;
        padding-left: 10px;
    }
}

@media (max-width: 500px) {
    .container {
        flex-direction: column;
    }

    .left-container {
        padding-top: 10px;
        padding-right: 10px;
        padding-bottom: 10px;
        padding-left: 10px;
        width: 80%;
        height: 300px;
        margin-top: 0px;
        margin-right: 0px;
        margin-bottom: 0px;
        margin-left: 0px;
    }

    .right-container {
        padding-top: 10px;
        padding-right: 10px;
        padding-bottom: 10px;
        padding-left: 10px;
        width: 80%;
        min-height: 250px;
        height: -webkit-fit-content;
        margin-top: 0px;
        margin-right: 0px;
        margin-bottom: 0px;
        margin-left: 0px;
    }

    .left-container .custom-img {
        object-fit: contain;
        width: 100%;
        height: 80%;
        margin-top: 0px;
        margin-right: auto;
        margin-bottom: 0px;
        margin-left: auto;
    }

    .left-btn {
        display: flex;
        justify-content: flex-end;
    }

    .left-btn .close-left {
        display: block;
        margin-top: 5px;
        margin-right: 5px;
        margin-bottom: 5px;
        margin-left: 5px;
    }

    .right-btn .close-right {
        display: none;
    }

    .right-container .logo {
        display: none;
    }

    .artist-name {
        font-size: 14px;
    }

    .img-txt {
        font-size: 12px;
        letter-spacing: 2px;
    }

    .art-name {
        font-size: 14px;
    }

    .c19152 {
        font-size: 12px;
    }

    .art-date {
        font-size: 12px;
        margin: 10px 0 0 0;
    }

    .price {
        font-size: 12px;
        margin: 10px 0 0 0;
    }

    .art-sizes {
        font-size: 10px;
    }

    .c21215 {
        font-size: 10px;
        margin: 10px 0 0 0;
    }

    .link {
        font-size: 14px;
        padding: 0 0 0 0;
        margin: 0 0 0 0;
    }

    .custom-btn.enquire {
        padding: 5px 20px 5px 20px;
        border-radius: 5px 5px 5px 5px;
        margin: 10px 54px 0 54px;
        width: 180px;
    }

    .right-container {
        justify-content: center;
        flex-direction: column;
        height: auto;
        padding: 15px;
    }

    .loading-logo img {
        width: 60%;
        object-fit: contain;
    }

    .loading-image {
        margin-top: 10px;
        margin-right: 10px;
        margin-bottom: 10px;
        margin-left: 10px;
    }

    .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;
    }

    .popup-container {
        width: 90%;
    }

    .close-container #close {
        color: black;
        height: 15px;
        width: 15px;
        cursor: pointer;
        margin-top: 15px;
        margin-right: 15px;
        margin-bottom: 15px;
        margin-left: 15px;
    }

    .popup-body {
        display: block;
        padding-top: 20px;
        padding-right: 20px;
        padding-bottom: 20px;
        padding-left: 20px;
    }

    .popup-body-instruction {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 0px;
        margin-right: auto;
        margin-bottom: 0px;
        margin-left: auto;
        width: auto;
    }

    .popup-instruction-text {
        font-size: 15px;
    }

    .popup-img-wrapper {
        width: 200px;
    }

    .img-1 {
        height: 60px;
    }

    .img-2 {
        height: 60px;
    }

    .img-3 {
        height: 60px;
    }

    .child-flex.c29319 {
        margin: 10px 0 0 0;
    }

    .loading-text {
        font-size: 12px;
        margin: 40px 40px 40px 40px;
    }

    .c26105 {
        margin: 10px 0 0 0;
    }

    .zoomed-img-wrapper {
        height: 90vw;
    }

    .zoomed-img-wrapper #close {
        height: 10px;
        width: 10px;
    }

    .custom-img {
        width: 80%;
        height: auto;
    }
}

@media (max-width: 100%) {
    .right-container {
        justify-content: space-between;
        flex-direction: column;
        display: block;
        position: static;
        align-items: center;
    }

    .artist-name {
        font-size: 22px;
    }

    .child-flex.c29319 {
        justify-content: center;
        display: flex;
        flex-direction: row;
    }
}

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(1) translate(0px, 0px);
    cursor: grab;
}

.zoomed-img-wrapper .custom-zoomed-img {
    height: 50vw;
}

.zoomed-img-wrapper #close {
    position: absolute;
    right: 50px;
    top: 50px;
    fill: black;
    height: 30px;
    width: 30px;
    cursor: pointer;
}

.scaledClose {
    position: absolute;
    right: 50px;
    top: 50px;
    fill: black;
    height: 30px;
    width: 30px;
    cursor: pointer;
    z-index: 9999;
}

.custom-img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    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;
}