.btnha {
	position: relative;
	width: 327px;
	height: 379px;
	margin: 0 auto;
	display: block;
	border-radius: 12px;
	overflow: hidden;
	cursor: pointer;
  -webkit-transition: .6s cubic-bezier(0.34, 1.56, 0.64, 1);
	transition: .6s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.btnha img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
  display: block;
	-webkit-transition: 1s ease-in-out;
	transition: 1s ease-in-out;
}
.btnha:hover {
  -webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.btnha:hover img:nth-of-type(2) {
  opacity: 0;
}



.btnha2 {
	position: relative;
	width: 467px;
	height: 402px;
	margin: 0 auto;
	display: block;
	border-radius: 12px;
	overflow: hidden;
	cursor: pointer;
  -webkit-transition: .6s cubic-bezier(0.34, 1.56, 0.64, 1);
	transition: .6s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.btnha2 img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
  display: block;
	-webkit-transition: 1s ease-in-out;
	transition: 1s ease-in-out;
}
.btnha2:hover {
  -webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.btnha2:hover img:nth-of-type(2) {
  opacity: 0;
}
