/*!
 * ZooMove v1.2.0
 * http://thompsonemerson.github.io/zoomove
 *
 * Copyright (c) 2016, Emerson Thompson
 * Licensed http://thompsonemerson.mit-license.org
*/


.zoo-item{
	position:relative;
	max-width:280px;
	max-height:280px;
	overflow:hidden;
	transition:all 150ms linear;
	display:flex;
	align-items:center;
	justify-content:center;
	margin-right: 10px;
	/* [disabled]float: left; */
	margin-left: 10px;
	border: 1px solid #E1E1E1;
	margin-bottom: 10px;
}
.zoo-item .zoo-img{position:relative;top:0;left:0;width:280px;height:280px;background-repeat:no-repeat;background-position:center;background-size:cover;transition:transform 0.5s ease-out}
