.session { display: flex; height: calc(100vh - 50px); /* background-color: red; */ &[data-fullscreen=true] { height: calc(100vh); } }