.page {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    visibility: hidden;
}

.btn {
    position: absolute;
    top: 30px;
    right: 70px;
    width: 70px;
    height: auto;
    z-index: 0;
    /* pointer-events: auto;
    cursor: pointer; */
}

.btn>img {
    width: 100%;
}

@media screen and (max-width: 600px) {
    .btn {
        position: absolute;
        top: 30px;
        right: 40px;
        width: 70px;
        height: auto;
        z-index: 0;
        /* pointer-events: auto;
        cursor: pointer; */
    }
}