.mygc-mobile-menu-container {
    display: none;
    height: 100vh;
    position: fixed;
    transition: transform 0.2s ease-in;  
    width: 90vw;
}

.mygc-content {
    transition: all 0.2s ease-in;
}