/* Contact us page style rules.

	* Table of contents

	- Contact image

 */

/* Contact image
------------------------------------------------------------------------------------------------- */

/* force .wrap side paddings */
.contact-us__image-wrap {
	margin-right: -10px;
	margin-left: -10px;
}

.contact-us__image-wrap img {
	width: 100%;
	height: auto;
}

@media screen and ( min-width: 1024px ) {
	.contact-us__image-wrap {
		margin-right: 0;
		margin-left: 0;
	}
	.contact-us__image-wrap img {
		width: auto;
		height: auto;
	}
}