.scrollArea {
    width: 100vw;
    height: 300px;
}

.testHeightObject {
    display: flex;
    float: left;
    height: 100vh;
    height: 100lvh;
    width: 50px;
    background-color: blue;
    opacity: 0;
    pointer-events: none;
}

.GameCanvasMask {
    display: none;
    position: fixed;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 5;
    width: 100%;
    height: 100%;
}

.gestureIcon {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    max-height: 60vh;
    max-height: 60dvh;
    max-width: 60vw;
    max-width: 60dvw;
    width: auto;
    height: auto;
}

@media (orientation: landscape) {
    .gestureIcon {
        max-height: 85vh;
        max-height: 85dvh;
        max-width: 85vw;
        max-width: 85dvw;
    }
}
