html, body {
    /* height: unset; */
    min-height: fit-content;
    min-height: -moz-fit-content;
    min-height: -webkit-fit-content;
    height: 100%;
}

.global-container {
    font-family: var(--CFAstyStd-Light);
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0.8;
}

.about-column {
    background-color: rgba(255, 255, 255, 0.9);
    /* width: calc(320px + (640 - 320) * ((100vw - 320px) / (2560 - 320))); */
    width: calc(320px + (640 - 320) * ((100vw - 320px) / (2560 - 320)));
    /* width: 75%; */
    max-width: 640px;
    min-height: 100%;
    margin-left: auto;
    margin-right: auto;
    opacity: 1;
    padding: 47px;
    padding-top: 40px;
    display: flex;
    flex-direction: column;
}

#scene {
    height: 100%;
    width: 100%;
    /* position: fixed; */
    top: 0;
    left: 0;
    z-index: -1;
    will-change: transform;
}

.background_image {
    position: fixed;
    /* top: 0; */
    /* left: 0; */
    /* height: 100%; */
    /* width: 100%; */
    object-fit: cover;
    z-index: -1;
    min-height: 115%;
min-width: 115vw;
max-height: 115%;
max-width: 115%;
margin-top: -50px;
margin-left: -50px;
padding-top: 50px;
will-change: transform;
}

h1.global-title {
    margin-bottom: calc(15px + (30 - 15) * ((100vw - 576px) / (2560 - 576)));
    opacity: 0;
    /* will-change: transform, opacity; */
}

p {
    font-size: calc(15px + (20 - 15) * ((100vw - 576px) / (2560 - 576)));
    line-height: calc(17px + (29 - 17) * ((100vw - 576px) / (2560 - 576)));
    color: #4A4A4A;
    opacity: 0;
    /* will-change: transform, opacity; */
}

.about-signature {
    margin-top: calc(35px + (120 - 35) * ((100vw - 576px) / (2560 - 576)));
    max-width: 197px;
    max-height: 97px;
    opacity: 0;
    /* will-change: transform, opacity; */
}

.myAbout_class-wrapper {
    position: relative;
    bottom: 1%;
    margin-top: auto;
    /* opacity: 0; */
    /* will-change: transform, opacity; */
}

.myAbout_class {
    list-style: none;
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    margin: 0;
    margin-top: 50px;
    padding: 0;
}

.myAbout_class * {
    transition: all 0.2s ease;
}

.myAbout_class>li {
    /* padding: 10px; */
    padding-right: 10px;
padding-bottom: 10px;
}

.myAbout_class>li>a>img {
    max-height: 22px;
    width: 22px;
}

.myAbout_class>li:hover>a>img {
    opacity: 0.3 !important;
}

@media all and (min-width: 2560px) {

}



@media all and (min-width: 1921px) {
    h1.global-title {
        font-size: 2.5rem;
        margin-top: 0px;
        /* line-height: unset; */
        margin-bottom: 0.25rem;
    }
    p {
        font-size: 17px;
        line-height: 180%;
    }
    .about-signature {
        /* max-width: 150px; */
        margin-top: 6rem;
    }
}
@media all and (max-width: 1920px) {
    h1.global-title {
        margin-top: 0px;
        font-size: 2rem;
        line-height: 150%;
        margin-bottom: 0;
    }

    .about-column {
        padding-top: 1rem;
        padding-bottom: 0.5rem;
    }
    p {
        font-size: 16px;
        line-height: unset;
    }
    .about-signature {
        width: 150px;
        height: 73.86px;
        margin-top: 2.5rem;
    }
}



@media all and (max-width: 1600px) {
    h1.global-title {
        margin-bottom: 0;
    }
    .about-signature {
        max-width: 157px;
    }
}
@media all and (max-width: 1440px) {
    h1.global-title {
        font-size: 2rem;
    }
    p {
        font-size: 15px;
    }

    .about-signature {
        /* max-width: 150px; */
        margin-top: 2rem;
    }

    .myAbout_class>li>a>img {
        height: 20px;
        width: 20px;
    }
}

@media all and (max-width: 1024px) {
    h1.global-title {
        font-size: 1.9rem;
    }
    p {
        font-size: 14.5px;
    }
    .about-column {
        padding-top: 1rem;
        padding-bottom: 0.5rem;
    }

    .about-signature {
        margin-top: 1rem;
    }

    .myAbout_class>li>a>img {
        height: 18px;
        width: 18px;
    }
}

@media all and (max-width: 768px) {
    h1.global-title {
        font-size: 1.75rem;
    }
    p {
        font-size: 14px;
    }
}

@media all and (max-width: 576px) {
    .about-column {
        width: 100%;
    }
    .about-signature {
        max-width: 127px;
    }
}