.fullWindow {
	width: 100%;
	height: 100%;
}

.panorama .thumbnail {
	background-color: rgba(255,255,255,0.6);
	padding: 10px 0;
}

#sideConditions .formBlock .submitBtn a {
    display: inline-block;
    width: 280px;
    background: #ff7e00;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: #fff;
    font-size: 154%;
    text-decoration: none;
    padding: 5px 0;
    margin: 20px 0;
}

.mainImage {
	text-align: center;
	position: relative;
	height: 399px;
}
.mainImage img {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}

.panorama .vr360 .bx-next{
    width: auto;
    height: auto;
}