.sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-overlay-wrapper .sp-simpleportfolio-img {margin-bottom:10px;}

 
@media screen and (min-width: 1200px) {
 h3.sp-simpleportfolio-title {font-size: 1.45rem;}
}


.sp-simpleportfolio .sp-simpleportfolio-item:hover .sp-simpleportfolio-img {
  -webkit-transform:scale3d(1,1,1);
  transform:scale3d(1,1,1);
}

off.sp-simpleportfolio-overlay-wrapper > a > img   {
  background-color: rgba(254,208,0,0.6);
  background-image: none;
  opacity: 0;
  position: absolute;
  text-align: center;
  top: 0;
  width: 100%;
  height: 100%;
  transition-property: all;
  transition-duration: 0.45s;
  transition-timing-function: ease;
  transition-delay: 0s;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.45s;
  -webkit-transition-timing-function: ease;
  -webkit-transition-delay: 0s;
  -moz-transition-property: all;
  -moz-transition-duration: 0.45s;
  -moz-transition-timing-function: ease;
  -moz-transition-delay: 0s;
}

off.sp-simpleportfolio-overlay-wrapper:hover {opacity: 1;}