/* #GameCanvas,
#GameVideo,
#UpperCanvas,
#ErrorPrinter{
    padding-bottom:20vh;
} */
body{
    display: flex !important;
    flex-direction: column !important;
    margin: 0 !important;
    height: 100vh;
}
#gameWrapper{
    position: relative;
    flex: 1 1 0%;
}
#ScreenButton{
    position: unset !important;
    height: fit-content;
    width: 100%;
    /* opacity: 80%; */
    /* filter: sepia(.8); */
    gap: 5px;
    justify-content: center;
    align-items: center;
    /* flex: 1 1 0%; */
    display: flex;
    padding: 5px 0;
}
#centerWrapper,
#leftWrapper,
#rightWrapper{
    display: flex;
    flex-direction: column;
    gap: 0px;
    justify-content: center;
    align-items: center;
}
.c-center #buttonImg{
    height: 22vw;
}
.c-left #buttonImg,
.c-right #buttonImg{
    width: 22vw;
}

#GameCanvas,
#GameVideo,
#UpperCanvas{

}

/* .button-up,
.button-down{
    height: 20vw;
} */

@media (orientation: landscape) {
    #ScreenButton{
        display: none;
    }
}
@media (orientation: portrait) {
    #ScreenButton{
        display: flex;
    }
}