  .wowBack {
    position:relative; overflow:hidden;
    padding-bottom: 4px;
  }
  .wowBack-wrap{
    padding-left: 3px;
    transition: all 0.3s ease;
    animation-duration: 0.3s;
  }
  .wowWrap div {
   /* background:#27ae60; 
    display:block;
    width:100%;
    margin:5% 0;
    text-align:center;
    padding-top:20%;
    padding-bottom:20%;*/
    transition: all 0.3s ease;
  }

  .wowWrap {
   transition: all 0.3s ease;
   animation-duration: 0.3s;
  }

  .wowWrap h4{
    position:fixed;
    z-index:200;
    width:100%;

  }

  .wowWrap div:first-of-type{
    margin-top:0; }

  /*I've assigned class wHighlight to all the animate.css classes that add elements onto the page with delay.  */
  .wHighlight {background:#28a !important}