section#pvgreen_middle_2  .padding-top-bottom {
  padding-top: 60px;
  padding-bottom: 60px;
}

section#lab_featured_circles h3 {
  font-size: 1.40em
}

section#pvgreen_middle_2  img.zoom-img {

  width: 100%;
  height: 100%;
  max-width: 375px;
  max-height: 250px;
  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;
  -webkit-box-shadow: 0 0px 0px 0 rgba(0, 0, 0, .0);
  -moz-box-shadow: 0 0px 0px 0 rgba(0, 0, 0, .0);
  box-shadow: 0 0px 0px 0 rgba(0, 0, 0, .0);
  margin-bottom: 25px;
  border: 0px;
  background-color: #fff;
}

section#pvgreen_middle_2  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;
}