#wrapper {
    width: 100vw;
    height: 100vh;
    position: relative;
    display: block;
    overflow: auto !important;
    padding-bottom: 80px;
}

#hotspotImg {
    aspect-ratio: 1920/1080;
    margin: auto;
    position: absolute;
}

#hotspotImg .img-map {
    aspect-ratio: 1920/1080;
}
