.imageButton {
  background: #ccc;
	color: inherit;
	border: none;
	padding: 0;
	font: inherit;
	cursor: pointer;
	outline: inherit;
}

.imageButton:focus {
  opacity: 0.6;
}

.image {
  display: block;
  width: 100%;
  height: auto;
}
