/* Zoho embedded forms */
[id^="zf_div_"] iframe {
	width: 90% !important;
	border: none !important;
}

/* Mobile */
@media (min-width: 320px) and (max-width: 949px) {
	[id^="zf_div_"] iframe {
		width: 100% !important;
	}

	#content {
		width: 100% !important;
	}
	  
  	.phoneSales {
		right: 60px  !important;;
	}	
}