/*===================================
 * Responsive 
 *===================================*/

@media (max-width:1440px) {

}
@media (max-width:767px) {
	.backgroun-remove-mobile{
		background-image:unset !important;
	}
}