#about-glance .element:hover {
	top: 0;
	left: 0px;
	z-index: 10;
	width: 237.6px;
	height: 310px;
	background: #fff;
	border: 1px solid #e3e3e3;
	-webkit-transform: translate(-10px, -10px);
	-moz-transform: translate(-10px, -10px);
	-ms-transform: translate(-10px, -10px);
	-o-transform: translate(-10px, -10px);
	transform: translate(-10px, -10px);
	-webkit-box-shadow: 1px 1px 0 #ccc;
	-moz-box-shadow: 1px 1px 0 #ccc;
	box-shadow: 1px 1px 0 #ccc;
}