.priceblockspan{
	width: 32.3943661971831%;
	margin-right:20px;
	max-width:409px;
}
.product-viewer-viewport{
	margin-left:20px;
	max-width:790px;
}
.product-viewer-zoom{}
.product-viewer-image{}
.product-viewer-description{}
.product-viewer-carousel{}
.product-viewer-hero{
	background-size:contain !important;
}
@media (max-width: 1024px) {
	.product-viewer-description{
		display:none;
	}
	.priceblockspan{
		width: 49.29577464788733%;
		margin-right:15px;
		max-width:100%;
	}
	.product-viewer-viewport{
		margin-left:15px;
		min-height: 600px !important;
		max-width:100%;
	}
/*turns off zoom for tablet and mobile*/
	.product-viewer-hero{
		pointer-events: none;
		background-size:cover !important;
	}
	.product-viewer-hero button{
    	display:none;
	}
/**/
}
