@media only screen and (min-width:768px) {
	.img_scale img{-webkit-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;}
	.img_scale img:hover{-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);}
}
@media only screen and (max-width:767px) {
	
}
