/*body *,*/
/*html * {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}*/

/*body {
  overflow: hidden;
}*/

/*.full {
  position: absolute;
  width: 100%;
  height: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  display: block;
}*/

.zoom {
  -webkit-animation: scale 40s linear infinite;
          animation: scale 40s linear infinite;
}

@-webkit-keyframes scale {
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}

@keyframes scale {
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}
