.contact_banner {
	position: absolute;
	top: 150px;
	left: 30%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    color: #fff;
}

.contact_form_element_container {
	padding-top: 5px;
	padding-bottom: 5px;
}

.contact_form_indicator {
	margin-top: 10px;
	display: none;
}

.contact_form_response {
	margin-top: 10px;
	display: none;
}

/*portrait*/
@media screen and (max-width: 480px) and (max-aspect-ratio: 13/9) { 
	.background-wrap {
    	top: -293px !important;
    	left: -626px !important;	
	}
	
	.contact_banner {
		width: 80vw;
		left: 50%;
	}
}

/*landscape*/
@media screen and (max-width: 700px) and (orientation: landscape) { 
	
	.content {
		height: 800px !important;
	}
	
	.background-wrap {
    	top: -293px !important;
    	left: -626px !important;	
	}
	
	.contact_banner {
		width: 50vw;
		left: 50%;
	}
}
