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

.zoo-item{position:relative;transition:all 150ms linear;overflow:hidden;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 .5s ease-out}

/*# sourceMappingURL=zoomove.min.css.map */
.zoo-item.num1 {width: 518px !important;height: 345px !important;left: 30px;}
.zoo-item.num2 {position: absolute;top: 10px;right: 0px;width: 261px !important;height: 1235px !important;}
.zoo-item.num3 {width: 298px !important;height: 384px !important;top: 10px;}
.zoo-item.num4 {width: 315px !important;height: 510px !important;/* top: 57px; */}
.zoo-item.num5 {width: 250px !important;height: 505px !important;position: absolute;right: 275px;top: 346px;}
.zoo-item.num6 {width: 275px !important;height: 368px !important;position: absolute;right: 268px;top: 864px;}
.zoo-item.num7 {width: 438px !important;height: 670px !important;left: 85px;top: 15px;}

.clear1 { position: relative; }
.clear1:after { content: ''; display: block; clear: both;; }
.clear2 { display: none; }

@media all and ( max-width: 640px ) {
.clear1 { display: none; }
.clear2 { display: block; }
}