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


.zoo-item {
    /* position: absolute; */
    width: auto;
    height: 400px;
    overflow: hidden;
    transition: all 150ms linear;
    padding: 20px;
    /* display: flex;
    align-items: center;
    justify-content: center */
}

.zoo-item .zoo-img {
    /* position: absolute;
    top: 0;
    left: 0; */
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    transition: transform 0.5s ease-out
}