﻿
.minmen_base{
    width: 100%; height: 100%;
    display: flex; flex-direction: column; justify-content: center;
}

.minmen_logo{
    align-self: center;
    margin-top: 15px;
}

.mm_mob_trig{
    position: absolute; top: 10px; left: 10px;
    width: 100px; height: 100px;
    background: url(../../source/mob_menu.png) no-repeat center;
    z-index: 70;
}

.mm_mob_menu{
    position: absolute; top: 0px; left: 0;
    display: none; flex-direction: column;
    background-color : rgba(0,0,0,0.9);
    border-right: 1px solid #ddd;
    width:100%;
    height:100%;
    z-index: 50;
    transition: all; transition-duration: 0.6s;
}

.mm_mob_menu div:first-child{
    margin-top: 200px;
}

.mm_mob_menu_item{
    width: 90%; height: 150px;
    text-align: center;
    margin-left: 5%; margin-right: 5%; margin-top: 20px;
    background-color: #1b1b1b; border-radius: 2px;
}
