import styled from 'styled-components'; export const SessionWrapper = styled.div` height: 100%; width: 100%; .reframe { position: absolute; width: 100%; height: 100%; } .desktop-layout { .left { } .center { } .right { } } .tablet-layout { .left { } .right { } } .mobile-layout { .center { } } `;