body { display: initial; } #menu { left: 0; position: fixed; height: 100%; box-shadow: -10px 0px 5px 10px #212121; transition: all ease-in-out 0.4s; } #menu.ng-hide { left: -280px; } #main .header #menu-button { cursor: pointer; display: inline-block; max-height: 100%; } #buttons-left button, #buttons-right button { width: 60px; height: 60px; } .backdrop { display: initial; } .row > .col { width: 100%; float: left; } .row.col-lg-1 > .col, .row.col-lg-2 > .col, .row.col-lg-3 > .col, .row.col-lg-4 > .col { width: 100%; }