html, body {
	background-color: #fff;
	margin: 0;
	overflow: hidden;
	width: 100%;
	height: 100%;
}

.vr360 {

}

.vr360-lg {
	width: 100%;
	height: 50%;
	background-color: gray;
	border: 1px solid black;
}

.vr360-full {
	width: 100%;
	height: 100%;
	background-color: gray;
	border: 1px solid black;
}

.window-close {
	position: absolute;
	top: 3%;
	right: 8%;
	width: 100px;
}
.window-close a {
	display: block;
	color: #1882c4;
	text-align: center;
	line-height: 50px;
	border-radius: 25px;
	min-width: 175px;
	box-shadow: 0px 3px 1px rgba(0,0,0,0.2);
	position: relative;
	background: #fff;
	font-size: 15px;
	text-decoration: none;
}
.window-close a:hover {
	text-decoration: none;
}

