.lightGallery .about-img {
  width: 160px;
  height: 227px;
  overflow: hidden;
  padding: 0;
  margin: 40px 40px 0 0;
  background: #dee0e5;
  float: left;
  position: relative;
  cursor: pointer;
}

.lightGallery .about-img img {
  width: 100%;
  padding: 0;
  margin: 0;
  display: block;
}

.lightGallery .about-img::after {
  content: "";
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  -moz-box-shadow: inset 0 0 250px 0 rgba(78, 89, 117, 0.1);
  -webkit-box-shadow: inset 0 0 250px 0 rgba(78, 89, 117, 0.1);
  box-shadow: inset 0 0 250px 0 rgba(78, 89, 117, 0.1);
}

@media all and (max-width: 1560px) {
  .lightGallery .about-img {
    width: 160px;
    height: 227px;
    overflow: hidden;
    padding: 0;
    margin: 40px 40px 0 0;
    background: #dee0e5;
    float: left;
    position: relative;
    cursor: pointer;
  }

  .lightGallery .about-img img {
    width: 100%;
    padding: 0;
    margin: 0;
    display: block;
  }

  .lightGallery .about-img::after {
    content: "";
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    -moz-box-shadow: inset 0 0 250px 0 rgba(78, 89, 117, 0.1);
    -webkit-box-shadow: inset 0 0 250px 0 rgba(78, 89, 117, 0.1);
    box-shadow: inset 0 0 250px 0 rgba(78, 89, 117, 0.1);
  }
}

@media all and (max-width: 1200px) {
  .lightGallery .about-img {
    width: 160px;
    height: 227px;
    overflow: hidden;
    padding: 0;
    margin: 40px 40px 0 0;
    background: #dee0e5;
    float: left;
    position: relative;
    cursor: pointer;
  }

  .lightGallery .about-img img {
    width: 100%;
    padding: 0;
    margin: 0;
    display: block;
  }

  .lightGallery .about-img::after {
    content: "";
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    -moz-box-shadow: inset 0 0 250px 0 rgba(78, 89, 117, 0.1);
    -webkit-box-shadow: inset 0 0 250px 0 rgba(78, 89, 117, 0.1);
    box-shadow: inset 0 0 250px 0 rgba(78, 89, 117, 0.1);
  }
}

@media all and (max-width: 1020px) {
  .lightGallery .about-img {
    width: 160px;
    height: 227px;
    overflow: hidden;
    padding: 0;
    margin: 40px 40px 0 0;
    background: #dee0e5;
    float: left;
    position: relative;
    cursor: pointer;
  }

  .lightGallery .about-img img {
    width: 100%;
    padding: 0;
    margin: 0;
    display: block;
  }

  .lightGallery .about-img::after {
    content: "";
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    -moz-box-shadow: inset 0 0 250px 0 rgba(78, 89, 117, 0.1);
    -webkit-box-shadow: inset 0 0 250px 0 rgba(78, 89, 117, 0.1);
    box-shadow: inset 0 0 250px 0 rgba(78, 89, 117, 0.1);
  }
}

@media all and (max-width: 720px) {
  .lightGallery .about-img {
    width: 160px;
    height: 227px;
    overflow: hidden;
    padding: 0;
    margin: 30px 20px 0 0;
    background: #dee0e5;
    float: left;
    position: relative;
    cursor: pointer;
  }

  .lightGallery .about-img img {
    width: 100%;
    padding: 0;
    margin: 0;
    display: block;
  }

  .lightGallery .about-img::after {
    content: "";
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    -moz-box-shadow: inset 0 0 250px 0 rgba(78, 89, 117, 0.1);
    -webkit-box-shadow: inset 0 0 250px 0 rgba(78, 89, 117, 0.1);
    box-shadow: inset 0 0 250px 0 rgba(78, 89, 117, 0.1);
  }
}
.clear {
  clear: both;
}
