@font-face {
	font-family: 'Univers LT Std 75 Black';
	src: url('../assets/fonts/UniversLTStd-Black.eot?#iefix') format('embedded-opentype'),
	url('../assets/fonts/UniversLTStd-Black.woff') format('woff'),
	url('../assets/fonts/UniversLTStd-Black.otf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
.container3db{
	position:relative;
	width:100%;
	height: 600px; 
	max-height:90vh;
}
.content3db{
	position:absolute;
	z-index: 2;
	left:0px;
	top: 0px;
	bottom:auto;
	width:100%;
	height:100%;
	transition: width 1.0s ease, height 1.0s ease, top 1.0s ease, left 1.0s ease, bottom 1.0s ease;
}
.content3db canvas{
	border-radius: 20px;
}
.threecontent3db{
	position:absolute;
	z-index: 1;
	right:0px;
	top:0px;
	width:100%;
	height:100%;
}
.threecontent3db.width50, .content3db.width50{
	width:50%;
	transition: width 1.0s ease, height 1.0s ease, top 1.0s ease, left 1.0s ease, bottom 1.0s ease;
}
.content3db.thumbnailmap{
	width: 25%;
	height: 25%;
	min-width: 200px;
	min-height: 133px;
	max-width: 40rem;
	max-height: 30rem;
	transition: width 1.0s ease, height 1.0s ease, top 1.0s ease, left 1.0s ease, bottom 1.0s ease;

	left:0px;
	top: auto;
	bottom:0px;
}
.splat-close-button{ 
	position:absolute;
	z-index: 3;
	right:10px;
    border-radius: 20px;
    padding: 10px 5px 5px;
	border-width: 1px;
    width: 35px;
    height: 35px;
	cursor:pointer;
	color: #000;
	text-align: center;
    line-height: 0;
    font-size: 20px;
}
.action-button{
	position:absolute;
	z-index: 3;
	bottom:10px;
	margin:0 auto;
	left:0;
	right:0;
	width:50%;
	border-radius: 20px;
	padding: 5px 10px;
}
.splat-close-button{
	top:10px;
}
.fullscreen-button{
	bottom:10px;
}
