/*!
  * Zoomove v1.3.0
  * http://thompsonemerson.github.io/zoomove
  *
  * Copyright (c) 2016 Emerson Thompson
  * Licensed under the MIT license
 */

.zoo-item {
  position: relative;
  /* width: 100%!important;
  height: 460px!important; */
  width: 85vw!important;
  height: 80vh!important;
  /* transition: all 0ms linear; */
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  /* margin-top:30px; */
}

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

/*# sourceMappingURL=zoomove.css.map */
