.fullscreen-preview {
display: flex;
width: 100%;
height: 100%;
flex-flow: column;
@include themify() {
background-color: getThemifyVariable('background-color');
}