.button {
	position: relative;
	width: 375px;
	height: 260px;
	display: inline-block;
	border-radius: 12px;
	overflow: hidden;
	cursor: pointer;
}
.button:last-child {
	margin-right: 0;
}
.button img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
  display: block;
}
.button:hover img:nth-of-type(2) {
	opacity: 0;
}