.zoom {
  box-sizing: border-box;
  padding: 8px;
  transition: transform .2s;
  width: 40px;
  height: 40px;
  margin: 0 auto;
}

.zoom:hover {
  -ms-transform: scale(1.5) rotate(5deg); /* IE 9 */
  -webkit-transform: scale(1.5) rotate(5deg); /* Safari 3-8 */
  transform: scale(1.5) rotate(5deg);
}

#moztitle {
  text-align: left;
  padding-left: 20px;
}

#mozaic {
  overflow: hidden;
  clear: both;
  position: relative;
}

#mozaic .box {
  display: inline-block;
  float: left;
  width: 40px;
  height: 40px;
  margin: 3px;
  background: white;
  position: relative;
}
