.key img{
	width:30%;
}
@media (max-width: 768px){}
@media screen and (max-width: 768px) {
  .key img{
	width:80%;
}
}