div.gallery {
  border: 1px solid #ccc;
}

div.gallery:hover {
  border: 1px solid #777;
}

div.gallery img {
  width: 100%;
  height: auto;
}

div.desc {
  background-color: #fff500;
    padding: 15px;
    text-align: center;
    color: #000;
}



.w1{
  font-size: 17px;
  color: #000;
}


* {
  box-sizing: border-box;
}

.responsive {
  padding: 0 6px;
  float: left;
  width: 24.99999%;
}

@media only screen and (max-width: 700px) {
  .responsive {
    width: 49.99999%;
    margin: 6px 0;
  }
}

@media only screen and (max-width: 500px) {
  .responsive {
    width: 100%;
  }
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

.gallery-area{
  padding: 50px 50px 50px 50px;
 background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
}
.galleryf{
  text-align: center;
    color: #111112;
    font-size: 35px;
    color: #fff;
}


.marg1{
   margin-left: 87px !important;
}



.item-thumbs {
    position: relative;
    overflow: hidden;
    
    cursor: pointer;
    display: table;
    min-height: auto;
}
.item-thumbs .hover-wrap .overlay-img {
    position: absolute;
    width: 90%;
    height: 70%;
    opacity: 0.30;
    filter: alpha(opacity=80);
    background: #d73530;
}


.item-thumbs {
    position: relative;
    overflow: hidden;
    
    cursor: pointer;
    display: table;
    min-height: 234px;
}