/* Full screen options */

.#{$css}-fullscreen-view.#{$csstheme} {

  .#{$css}-dashboard, .#{$css}-image-title-block {
    position: fixed;
    width: 100%;
    z-index: 1005;
  }

  .#{$css}-dashboard {
    bottom: 0;
  }

  .#{$css}-image-title-block {
    top: 0;
  }

}