/**
 * Styles for Multi-Screen.js
 * @author Ian de Vries <ian@ian-devries.com>
 * @license MIT License <http://opensource.org/licenses/MIT>
 */

.ms-container {
  position: fixed;
  z-index: 1;
  display: none;
}
.ms-default {
  position: absolute;
  z-index: 2;
  display: block;
}
