@media (max-width: 768px) {
    #midLine {
        width: 100%;
        position: relative;
        margin-left: unset;
        top: unset;
        width: 100%;
        left: unset;
    }
    #logoBase{
        height: 90px;
        background-image: url("/resources/images/icon.png");
        background-position: 50% 50%;
        background-size: auto 100%;
        width: 100%;
        margin-left: 0px;
        margin-bottom: -20px;
    }
    #menuBase{
        background-position: -20px 0px;
        background-size: auto 80px;
    }
    .menuButton{
        display: block;
    }
    #menuButtons{
        margin-top: 0px;
        margin-left: 0px;
        background-image: url("/resources/images/darkWoodsSeamless.png");
        overflow: hidden;
        height: 0px;
        min-height: 0px;
    }
    .menuCol{
        padding: 0px;
    }
    #mobileMenuSwitch{
        display: inline-block;
        width: 30px;
        height: 30px;
        margin-top: 25px;
        background-image: url("/resources/images/listButton.svg");
        background-repeat: no-repeat;
        background-size: 100%;
        cursor: pointer;
    }
    #mobileMenuSwitch:hover{
        background-image: url("/resources/images/listButtonWhite.svg");
    }
}