.activate {
	margin: auto;
	text-align: left;
	box-sizing: border-box;
	cursor: pointer;
	position: absolute;

	overflow: hidden;
	z-index: 101;
}


.activate img {
	position: absolute;
	max-width: 150%;
}
