/*!
  * Zoomove v1.3.0
  * http://thompsonemerson.github.io/zoomove
  *
  * Copyright (c) 2016 Emerson Thompson
  * Licensed under the MIT license
 */
.zoo-item,.zoo-item .zoo-img{position:absolute;width:100%;height:100%}.zoo-item{transition:all 150ms linear;overflow:hidden;display:flex;align-items:center;justify-content:center}.zoo-item .zoo-img{top:0;left:0;background-repeat:no-repeat;background-position:center;background-size:cover;transition:transform .5s ease-out}