@media only screen and (min-width: 961px) {

	.siteContent{
		width: 100%;
		display: block;
		margin: auto;
		position: relative;
		
		min-height: calc(100vh - 34vw) !important;
	}
	
	
.loadContent{
	background-color: none;
	
	height: calc(100vh - 38vw) !important;
}

}

@media only screen and (min-width: 961px) {
	.siteContent{
		width: 100%;
		display: block;
		margin: auto;
		position: relative;
		
		min-height: calc(100vh - 34vw) !important;
	}
	
	
.loadContent{
	background-color: none;
	
	height: calc(100vh - 38vw) !important;
}
}