.wrapper .contactus-box{
	width: 1200px;
	margin: auto;
	padding: 100px 0;
}
.wrapper .contactus-box img{
	width: 100%;
}
.show-img-box{
	text-align: center;
	margin-bottom: -2px;
}
.show-img-box img{
	width: 100%;
	max-width: 1920px;
	min-width: 960px;
}

@media (max-width: 1200px) {
	.wrapper .contactus-box{
		width: 960px;
	}
}
/* @media (min-width: 768px) and (max-width: 992px) {
	
}
@media (max-width: 768px) {
	
} */