html, div, section, body, figure {
	padding:0;
	margin:0;
	overflow-x: hidden;
	overflow-y: hidden;
}

.panorama {
	height: 700px;
	overflow-x: hidden;
	overflow-y: hidden;
	img {
		height: 100%;
	}
}
