/* Full screen options */

.#{$css}-fullscreen-view {
  .#{$css}-controlbar {
    bottom: 0;
    position: fixed;
    width: 100%;
    z-index: 1010;
  }
}