@media screen and (max-width:1600px){
	section.construction-wrap{padding: 100px 150px;}	
}
@media screen and (max-width:1440px){
	section.construction-wrap{padding:80px 120px;}
	section.construction-wrap .img-left img{ width:300px;}
	section.construction-wrap .img-botoom img{ width:300px;}
}
@media screen and (max-width:1366px){	
	section.construction-wrap .img-left img{ width:280px;}
	section.construction-wrap .img-botoom img{ width:280px;}
}
@media screen and (max-width:1200px){
	section.construction-wrap{padding:50px 100px;}	
	section.construction-wrap .img-left img{ width:260px;}
	section.construction-wrap .img-botoom img{ width:270px;}
}
@media screen and (max-width:1024px){
	section.construction-wrap{padding:50px 80px;}	
	section.construction-wrap .img-left img{ width:240px;}
	section.construction-wrap .img-botoom img{ width:250px;}
}
@media screen and (max-width:900px){	
	section.construction-wrap .img-left img{ width:230px;}
	section.construction-wrap .img-botoom img{ width:240px;}
}
@media screen and (max-width:767px){
	section.construction-wrap{padding:50px;}	
	section.construction-wrap .img-left img{ width:220px;}
	section.construction-wrap .img-botoom img{ width:220px;}
}
@media screen and (max-width:640px){
	section.construction-wrap{padding:30px;}	
	section.construction-wrap .img-left img{ width:220px;}
	section.construction-wrap .img-botoom img{ width:220px;}
}
@media screen and (max-width:580px){
	section.construction-wrap{padding:25px;}
	section.construction-wrap .img-left{ text-align:center;}	
	section.construction-wrap .img-left img{ float:none; display:inline-block; width:210px;}
	section.construction-wrap .img-botoom img{ width:210px;}
}
@media screen and (max-width:420px){
	section.construction-wrap .img-left img,section.construction-wrap .img-botoom img{width:200px;}	
}
@media screen and (max-width:359px){
	section.construction-wrap{padding:20px;}
	section.construction-wrap .img-left{ margin-bottom:20px;}
	section.construction-wrap .img-left img,section.construction-wrap .img-botoom img{width:190px;}	
}
