.micrio-container {
	background-color: #000000;
}
.micrio-container button {
    background: #222;
    color: #fff;
    padding: 0;
}
.micrio-container button.micrio-icon.close, .micrio-container button.micrio-icon.minimize {
	background-repeat: no-repeat;
	background-position: center;
}

.micrio-container a.logo {
	display: none;
}

.micrio-container .marker-container .marker {
    width: 35px !important;
    height: 35px !important;
	/*margin-left: -30px !important; */
	background-color: transparent !important;
	border: none !important;
	background: url(../img/marker_place.png) !important;
	background-size: cover !important;
	border-radius: 0px !important;
	box-shadow: none !important;
}

.micrio-container .marker-container .marker:hover {
	background: url(../img/marker_place-mo.png) !important;
}

.micrio-container .marker-container.class-zoomin .marker {
	background: url(../img/marker_zoom.png) !important;
}
.micrio-container .marker-container.class-zoomin .marker:hover {
	background: url(../img/marker_zoom-mo.png) !important;
}

menu.micrio-toolbar.main {
	background-color: #494949;
}

.schooltvlogo {
	position: absolute;
	top: 0;
	margin: auto;
	padding: 0.75vw;
	padding-left: 1vw;
	padding-right: 1vw;
	z-index: 25;
	width: auto;
	right: 0;
	min-width: 120px;
}

.schooltvlogo img {
	width: 9vw;
	height: auto;
	max-width: 240px;
	max-height: 90px;
}

/* intro screen CSS */
.overlay {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 50;
	background: rgba(0,0,0,.5);
}
.overlay .welcome-screen {
	width: 65vw;
	max-height: 95vh;
	overflow: auto;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate3d(-50%,-50%,0);
	background: rgba(255,255,255,.95);
	pointer-events: all;
}

.overlay .welcome-screen button.close {
	cursor: pointer;
	position: absolute;
	top: 5px;
	right: 5px;
	width: 2.4vw !important;
	height: 2.4vw !important;
	font-size: 1vw !important;
	line-height: 2vw !important;
	color: white;
	border: 1px solid white;
	background-color: #00abe5;
}

.overlay .textfullwidth {
	width: 92%;
	float: left;
	text-align: center;
	padding: 4%;
	padding-top: 25px;
	font-size: 17px;
	line-height: 1.6;
}

.overlay .textfullwidth h1 {
	font-size: 22px;
	line-height: 1.6;
}

.overlay .textfullwidth h2 {
	font-size: 19px;
	line-height: 1.6;
}

.overlay .textfullwidth h3 {
	font-size: 17px;
	line-height: 1.6;
	margin: 0;
	margin-top: -20px;
}
	.overlay .textfullwidth iframe { 
		width: 100%;
		max-width: 640px;
		max-height: 50vw;
	}


button.starttour {
	margin-left: 2%;
	margin-right: 2%;
	margin-bottom: 10px;
	width: 40%;
	height: 44px;
	border: 0;
	color: #fff !important;
	background-color: #00abe5;
    font-size: 17px;
	overflow: hidden;
	cursor: pointer;
}

.micrio-container .marker-container.class-info .marker-popup .image {
	width: 49%;
	margin-right: 2%;
	float: left
}

.micrio-container .marker-popup article .html iframe {
	width: 100%;
	max-height: none;
}

@media (min-width: 600px) {
	.marker-popup.shown article {
		width: 44vw !important;
		max-height: 35vw !important;
		margin-right: 0 !important;
	}

	.marker-popup.shown article .video iframe, .marker-popup article .html iframe {
   		width: 44vw; 
	    height: 24.75vw !important;
		max-width: 100% !important;
		max-height: 100% !important;
		margin-bottom: 10px !important;
	}
	
}

@media (max-width: 600px) {
	.micrio-container .marker-popup article .html iframe {
		/* max-height: 150px; */
		max-height: 50vw;
	}
}

@media (min-width: 1200px) {
	.micrio-container .marker-popup article p {
		font-size: 0.8vw !important;
	}

	.micrio-container .marker-popup article h3 {
		font-size: 1vw !important;
	}
}