/*
Theme Name: Multi Mechanical
Author: 561 Media
Version: 1.0.0
*/
@media(max-width: 480px){
	#about-section3 h2{
    	text-align: justify;
	}
	#about-section3 h2 br{
    	display: none;
	}
	#banner-section .img-wrap {
		right: 20%;
	}
	@supports (-webkit-touch-callout: none) {
	   /* CSS specific to iOS devices */ 
		#form-section, #services-page-wrapper .gallery-wrapper{
			background-attachment: inherit;
		}
	}

}
