/*===========================================
 * Common
 *===========================================*/
/*body,
html {
	margin:0;
	padding:0;
}
body {
	background:#98bedf;
	text-align:center;
	 min-height:200px; 
}*/
/*===========================================
 * General Blocks
 *===========================================*/
#panorama {
	position:absolute;
	/* margin:10px auto; */
	width:100%;
	height:100%;
	background-color:#ddd;
	/* border:5px solid #fff; */
}
/*button {
	display:inline-block;
	width:100px;
	font-size:14px;
	line-height:24px;
}
input {
	display:block;
	font-size:14px;
	line-height:24px;
	padding-left:5px;
	width:300px;
	margin:5px auto;
}
.myhotspot {
	padding:5px 7px;
	font-size:18px;
	font-weight:bold;
	color:#fff;
	background:#000;
	border-radius:50%;
}*/
/*===========================================
 * Media
 *===========================================*/
/* @media only screen and (max-width: 1024px) {
	#panorama {
		margin:0 0 50px 0;
		width:100%;
		border:none;
	}
} */
