@media (max-width: 760px) {
        .HG{
            flex-direction: column;
            justify-content: center;
            align-items: center;
        }


        .HG .HG_sheet{
            background-image: url(none);
            background-color: transparent;
            height: 90vw;
        }

        .HG_Maps{
            width: 100%;
            transform: translateX(0);
            height: 90vw;
        }

        .HG_Maps div{
            width: 105%;
            height: 50vw;
            transform: translateX(0);
            border: none;
            margin: 0 auto;
            display: flex;
            justify-content: center;
        }

        .sheet{
            max-width: 90vw;
        }

        .sheet div{
            font-size: 3vw;
        }
}