section#lab_featured_circles11 .padding-top-bottom {
  padding-top: 60px;
  padding-bottom: 60px;
}

section#lab_featured_circles11 h3 {
  font-size: 1.40em
}

section#lab_featured_circles11 img.zoom-img {
  border-radius: 0%;
  width: 100%;
  height: 100%;
  max-width: 300px;
  max-height: 300px;
  z-index: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  -webkit-transition: all .15s ease-out 0s;
  -moz-transition: all .15s ease-out 0s;
  -ms-transition: all .15s ease-out 0s;
  -o-transition: all .15s ease-out 0s;
  transition: all .15s ease-out 0s;
 
  margin-bottom: 25px;
  border: 0px solid #F7C723;
  background-color: transparent;
}

section#lab_featured_circles11 img.zoom-img:hover {
  -webkit-transform: scale(1.5);
  -moz-transform: scale(1.5);
  -ms-transform: scale(1.5);
  -o-transform: scale(1.5);
  -webkit-transition: all .15s ease-out 0s;
  -moz-transition: all .15s ease-out 0s;
  -ms-transition: all .15s ease-out 0s;
  -o-transition: all .15s ease-out 0s;
  transition: all .15s ease-out 0s;
}