/**
 * Styles for Multi-Screen.js
 * @author Ian de Vries <ian@ian-devries.com>
 * @license MIT License <http://opensource.org/licenses/MIT>
 */

.ms-container {
	position:absolute;
	z-index: 1;
	display: none;background-color: #9CA087;
}

.ms-default {
	position: absolute;
	z-index: 2;
	display: block;background-color: #9CA087;
}
iframe {width:100%;max-width:400px!important}