@charset "UTF-8";

#ifPanoramaContents {
	margin: 0px auto 10px auto;
	overflow: hidden;
	cursor: move;
	//max-height: 660px;
	max-width : 100%;
	//padding-left: 250px;
}

#ifPanoramaContents #container canvas {
	//max-height: 660px;
	max-width : 100%;
}

.panorama_preview_iframe{
	width: 100%;
	height: 740px; 
	border-width: 0px; 
	display: block;
}
#credit {
    position: relative;
    top: 0px; width: 100%;
    color: #ffffff;
    padding: 5px;
    font-size: 14px;
    text-align: left;
}
@media (max-width: 680px) {
	#ifPanoramaContents {
		margin: 0px auto -25px auto;
	}
	.panorama_preview_iframe{
		width: 100%;
		height: 640px; 
		border-width: 0px; 
		display: block;
		margin-bottom: 20px;
	}
	#button_vr{
		display:block;
	}
}