#cammie-container { display: flex; justify-content: center; position: relative; width: 100%; } .fullpage { min-width: 100%; min-height: 100%; display: flex; flex-direction: column; justify-content: center; background-color: black; } #cammie-section { position: relative; height: 100%; #cammie-body { position: relative; height: 100%; } .ctrl { background-color: $cammie-controls-color; color: white; z-index: 100; position: absolute; // Chevron centering display: flex; justify-content: center; align-items: center; &:hover { background-color: $zeus_orange; z-index: 200; cursor: pointer; } } .left { height: 100%; width: 50px; left: 0; } .right { height: 100%; width: 100px; right: 0; } .up { height: 100px; width: 100%; top: 0; } .down { height: 100px; width: 100%; bottom: 0; } }