@import "_mixins"; #mobile-menu-fade { display: none; position: fixed; height: 100%; width: 100%; background-color: rgba(68, 68, 68, 0.8588235294); overflow: hidden; right: 0; z-index: 900; top: 0; .wrap-mobile-menu { display: table; width: 100%; height: 100%; .mobile-menu-container { display: table-cell; vertical-align: middle; text-align: center; #mobile_menu_theme { list-style: none; margin: 0; padding: 0; li { a { color: #fff; font-size: 2.5em; transition: all, 0.5s; &:hover { color: #999; } } } } } } @include table { // display: block; } } div.mobile-menu { display: none; text-align: right; font-size: 2em; color: #444; cursor: pointer; i { border: none !important; } @include table { display: inline-block; width: 49%; } }