.page{
    width: 600px;
    height: 900px;
    margin: 0px auto;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.page .page-wrapper{
    width: 100%;
    padding: 30px;
}
.page .page-wrapper .content{
    padding: 30px;
    height: 100%;
    width: 100%;
    text-align: center;
    padding-top: 70px;
    border: 3px solid #FFF;
}
.restaurant .page .return {
    position: absolute;
    left: 70px;
    top: 50px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    z-index: 99999;
    background: #FFF;
    display: flex;
    align-items: center;
    justify-content: center;
}
.restaurant .page .return img{
    width: 15px;
}
.mCustomScrollBox{
    height: 100% !important;
}
.restaurant .page .logo{
    width: 100px;
    margin-bottom: 60px;
    text-align: center;
}
.restaurant .page .btns{
    height: 552px;
    overflow: auto;
    width: 80%;
    margin: 0 auto;
}

.home .page .page-wrapper .btns a{
    display: block;
    text-transform: uppercase;
    margin-bottom: 14px;
    min-height: 55px;
    font-family: 'Bebas Neue', cursive;
    font-size: 30px;
    background: #FFF;
    color: #000;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    line-height: 1;
    font-weight: 900;
    letter-spacing: 1px;
}

@media only screen and (max-width: 600px){
    html,body{
        height: 100%;
    }
    .page-wrapper{
        height: 100%;
    }
    .container{
        width: 100% !important;
        padding: 0px !important;
        height: 100% !important;
    }
    .page{
        width: 100% !important;
        padding: 0px !important;
        height: 100% !important;
    }
    .page .page-wrapper {
        padding: 16px;
    }
    .page .page-wrapper .content{
        padding: 0px;
        padding-top: 50px;
    }
    .home .page .page-wrapper .btns{
        height: calc(100% - 235px);
    }
    .home .page .page-wrapper .btns a{
        min-height: 40px;
        font-size: 20px;
    }
    .restaurant .page .logo {
        width: 120px;
        margin-bottom: 70px;
    }
    .restaurant .page .return {
        position: absolute;
        left: 40px;
        top: 40px;
        width: 35px;
        height: 35px;
    }
}