* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.item {
  position: relative;
  
  border: 0px;
  margin: 2%;
  overflow: hidden;
  width: 150px;
}
.item img {
  max-width: 100%;
  
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.item:hover img {
  -moz-transform: scale(7);
  -webkit-transform: scale(7);
  transform: scale(7);
}


.item2 {
  position: relative;
  
  border: 0px;
  margin: 2%;
  overflow: hidden;
  width: 150px;
}
.item2 img {
  max-width: 100%;
  
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.item2:hover img {
  -moz-transform: scale(6);
  -webkit-transform: scale(6);
  transform: scale(6);
}


.item3 {
  position: relative;
  
  border: 0px;
  margin: 2%;
  overflow: hidden;
  width: 150px;
}
.item3 img {
  max-width: 100%;
  
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.item3:hover img {
  -moz-transform: scale(6);
  -webkit-transform: scale(6);
  transform: scale(6);
}

.item4 {
  position: relative;
  
  border: 0px;
  margin: 2%;
  overflow: hidden;
  width: 150px;
}
.item4 img {
  max-width: 100%;
  
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.item4:hover img {
  -moz-transform: scale(6);
  -webkit-transform: scale(6);
  transform: scale(6);
}

.item5 {
  position: relative;
  
  border: 0px;
  margin: 2%;
  overflow: hidden;
  width: 150px;
}
.item5 img {
  max-width: 100%;
  
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.item5:hover img {
  -moz-transform: scale(6);
  -webkit-transform: scale(6);
  transform: scale(6);
}

.item6 {
  position: relative;
  
  border: 0px;
  margin: 2%;
  overflow: hidden;
  width: 150px;
}
.item6 img {
  max-width: 100%;
  
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.item6:hover img {
  -moz-transform: scale(6);
  -webkit-transform: scale(6);
  transform: scale(6);
}



