@media only screen and (max-height:600px) {
    #main_menu_menu {
      height: 70%;
      width: 88vw;
    }
    #uno_logo {
      width: 16vw;
      margin-top: 0.2vh;
      margin-bottom: 0.3vh;
      filter: drop-shadow(0px 0px 20px rgba(255,255,255,0.6));
      pointer-events: none;
    }
    #uno_deck {
      width: 20vh;
    }
    .table_card {
      width: 20vh;
      margin-top: -15vh;
      margin-left: -10vh;
    }
    #playerhand::-webkit-scrollbar {
        width: 0.1em;
        opacity: 0;
        display: none;
    }
    #playerhand::-webkit-scrollbar-track {
        background: var(--navbar);
    }
    #playerhand::-webkit-scrollbar-thumb {
        border-radius: 2em;
        background-color: rgba(0, 0, 0, 0);
        outline: 1px solid rgba(0, 0, 0, 0);
        transform: scale(0.9);
    }
    #playerhand {
        -ms-overflow-style: none;
        scrollbar-width: none; 
    }
    #waiting-settings {
        width: 30vw;
    }
    #waiting_message {
        font-size: 6vh;
    }
    .setting-panel {
        width: 19vh;
        height: 19vh;
        margin: 0.4vh;
    }
    .setting-panel img {
        height: 11vh;
    }
    .setting-panel input {
        font-size: 8vh;
    }
    .setting-panel p {
        font-size: 3.5vh;
    }
}