@charset "UTF-8";

#inst+section .inner_item_img img{
	width: 70%!important;
}
@media screen and (max-width: 900px) {
	#inst+section .inner_item_img img{
		width: 30%!important;
	}
}