.top-about{
margin: 0px 0px 3em 0px;
padding: 8% 7.5% 15% 7.5%;
background-image: url(http://newchristmemorial.net/wp-content/uploads/2016/08/about-us-banner-1.jpg);
    background-position: center bottom;
    background-size: cover;
}
.clear{clear: both;}
.about-main-wrap{
 width: 100%;
 overflow: hidden;
margin-top:20px;
}
.about-wrap{
  width: 31%;
    float: left;
    text-align: center;
    margin: 0 1%;
}
.about-main-wrap h4{
margin-top: 0;
}
.about-wrap img {
-webkit-transition: all 1s ease;
     -moz-transition: all 1s ease;
       -o-transition: all 1s ease;
      -ms-transition: all 1s ease;
          transition: all 1s ease;
cursor: pointer;
}
.about-wrap img:hover{
border-radius: 10%;
opacity: 0.2;
    filter: alpha(opacity=20); /* For IE8 and earlier */
}
.x-header-landmark{display: none;}