html, body {
	padding: 0px;
	margin: 0px;
	cursor: auto;
	max-width: 100%;
	overflow: hidden;
	/* background-image: url("sky.jpg"); */
	vertical-align: middle;
	text-align: center;
	font-family: 'Roboto', Helvetica;
	height: 100%;
	-webkit-overflow-scrolling: touch;
}
.holder {
	height: 100%;
	width: 100%;
}
.boxheader {
	position: absolute;
	background-color: #a0cd5b;
	top: 0;
	vertical-align: middle;
	width: 100%;
	padding: 15px 0px 15px 0px;
}
.boxheader > h2{
	color: white;
	
}
.iframe {
	width: 100%;
}
.sidebox {
	position: absolute;
	bottom: 0;
    left: 0;
	clear: both;
}
.webcambox {
	border-style: solid;
	border-width: 3px;
	border-color: #a0cd5b;
}
@media only screen and (max-width: 1550px), and (min-width: 751px) {
.sidebox {
	width: 17%;
    min-width: 175px;
}
.webcambox a img {
	width: 100%;
}
}
@media only screen and (max-device-width: 750px), and (max-width: 749px) {
.sidebox {
	width: 100%;
	position: absolute;
	bottom: 0px;
	display: inline;
}
.wunderbox {
	width: 56%;
}
.webcambox {
	width: 44%;
	float: right;
}
.webcambox img {
	width: 100%;
}
}