.about .photo .gallery > div .name {
    margin-bottom: 9px;
    font-weight: bold;
  }
  .about .photo .gallery > div .img-wrap {
    position: relative;
    cursor: pointer;
    width: 100%;
    overflow: hidden;
  }
  .about .photo .gallery > div .img-wrap:before {
    content: "";
    padding-top: 100%;
    float: left;
  }
  .about .photo .gallery > div .img-wrap>span {
    content: "";
    display: block;
    background: rgba(50, 218, 200, 0.6) url('img/fullsize.png') no-repeat center;
    position: absolute;
    top: 0;
    left: 0;
    right: 16px;
    bottom: 16px;
    width: auto; 
    height: auto;
    border-radius: 4px;
    visibility: hidden;
    opacity: 0;
    transition: opacity 175ms ease-in;
    z-index: 6;
  }
  .about .photo .gallery > div .img-wrap img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    overflow: hidden;
  }
  .about .photo .gallery > div > .modal-body {
    display: none !important;
  }
  .about .modal {
    background: rgba(51, 51, 51, 0.88);
    margin: auto !important;
    padding: 0 !important;
  }
  .about .modal .modal-dialog {
    height: 84vh;
    margin: 8vh auto !important;
    min-height: 300px !important;
    overflow: hidden;
    max-width: 90vw;
    background: transparent;
  }
  .about .modal .modal-dialog .modal-content {
    position: relative;
    border: none;
    height: 100%;
    padding: 0 !important;
  }
  .about .modal .modal-dialog .modal-content .modal-header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    padding: 0;
    border: 0;
  }
  .about .modal .modal-dialog .modal-content .modal-header .close {
    position: absolute;
    color: #fff;
    opacity: 0.5;
    width: 30px;
    height: 30px;
    margin: 0;
    padding: 0;
    text-shadow: none;
    z-index: 101;
    outline: 0;
    background: url("img/close.png") no-repeat center;
    top: -5px;
    right: 10px;
  }
  .about .modal .modal-dialog .modal-content .modal-header .close:hover {
    opacity: .9;
  }
  .about .modal .modal-dialog .modal-content .modal-body {
    height: 100%;
    padding: 0;
  }
  .about .modal .modal-dialog .modal-content .modal-body .lSSlideOuter {
    height: 100%;
  }
  .about .modal .modal-dialog .modal-content .modal-body .lSSlideOuter .lSSlideWrapper {
    position: relative;
    height: 100%;
    padding-bottom: 180px;
  }
  .about .modal .modal-dialog .modal-content .modal-body .lSSlideOuter .lSSlideWrapper .lSAction {
    height: 100%;
    position: absolute;
    width: 100%;
    top: 0;
  }
  .about .modal .modal-dialog .modal-content .modal-body .lSSlideOuter .lSSlideWrapper .lSAction .lSPrev,
  .about .modal .modal-dialog .modal-content .modal-body .lSSlideOuter .lSSlideWrapper .lSAction .lSNext {
    background: none;
    height: 100%;
    top: 0;
    left: 0;
    width: 50%;
    padding-bottom: 160px;
  }
  .about .modal .modal-dialog .modal-content .modal-body .lSSlideOuter .lSSlideWrapper .lSAction .lSPrev span,
  .about .modal .modal-dialog .modal-content .modal-body .lSSlideOuter .lSSlideWrapper .lSAction .lSNext span {
    width: 32px;
    display: block;
    top: 50%;
    height: 32px;
    cursor: pointer;
    position: absolute;
    z-index: 99;
    margin-top: -100px;
    opacity: .9;
    -webkit-transition: opacity .35s linear 0s;
    transition: opacity .35s linear 0s;
    background-image: url("img/left.png");
  }
  .about .modal .modal-dialog .modal-content .modal-body .lSSlideOuter .lSSlideWrapper .lSAction .lSNext {
    left: auto;
    right: 0;
  }
  .about .modal .modal-dialog .modal-content .modal-body .lSSlideOuter .lSSlideWrapper .lSAction .lSNext span {
    right: 10px;
    background-image: url("img/right.png");
  }
  .about .modal .modal-dialog .modal-content .modal-body .lSSlideOuter .lSSlideWrapper .lightSlider {
    height: 100% !important;
  }
  .about .modal .modal-dialog .modal-content .modal-body .lSSlideOuter .lSSlideWrapper .lightSlider li {
    height: 100%;
    text-align: center;
  }
  .about .modal .modal-dialog .modal-content .modal-body .lSSlideOuter .lSSlideWrapper .lightSlider li img {
    height: 100%;
    width: 100%;
    object-fit: contain;
  }
  .about .modal .modal-dialog .modal-content .modal-body .lSSlideOuter .lSGallery {
    position: absolute;
    z-index: 100;
    bottom: 0;
    left: 0;
  }
  .about .modal .modal-dialog .modal-content .modal-body .lSSlideOuter .lSGallery li {
    position: relative;
    height: 100%;
    cursor: pointer;
    overflow: hidden;
  }
  .about .modal .modal-dialog .modal-content .modal-body .lSSlideOuter .lSGallery li:before {
    content: "";
    padding-top: 100%;
    float: left;
  }
  .about .modal .modal-dialog .modal-content .modal-body .lSSlideOuter .lSGallery li.active,
  .about .modal .modal-dialog .modal-content .modal-body .lSSlideOuter .lSGallery li:hover {
    border-radius: 0;
    cursor: pointer;
  }
  .about .modal .modal-dialog .modal-content .modal-body .lSSlideOuter .lSGallery li.active:after {
    content: "";
    display: block;
    background: rgba(50, 218, 200, 0.6);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .about .modal .modal-dialog .modal-content .modal-body .lSSlideOuter .lSGallery li a {
    display: block;
    position: relative;
    cursor: pointer;
    width: 100%;
    overflow: hidden;
  }
  .about .modal .modal-dialog .modal-content .modal-body .lSSlideOuter .lSGallery li a:before {
    content: "";
    padding-top: 100%;
    float: left;
  }
  .about .modal .modal-dialog .modal-content .modal-body .lSSlideOuter .lSGallery li a img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    overflow: hidden;
  }
  html.bx-touch .lSSlideOuter .lSSlideWrapper .lSAction {
    display: none !important;
  }
  html.bx-touch .about .modal .modal-dialog {
    height: 84%;
    margin: 8% auto !important;
  }
  @media screen and (max-width: 767px) {
    article .section .box .photo .row.gallery div {
      display: block;
    }
  }
  .gallery_image_holder { position: relative; height: 100%;
    width: 100%;
    object-fit: contain;
  }
  .caption {
      background-color: rgba(0, 0, 0, 0.75);
      height: 35px;
      position: absolute;
      bottom: 0px;
      left: 0px;
      padding: 10px;
      color: white;
      width: 100%;
  }
  .caption p {
      margin:0; color: #fff !important;
  }
  .img-wrap {
      padding-bottom: 16px;
  }
  .about .photo .gallery > div .img-wrap img {
      display: block;
      box-sizing: border-box;
      border: 2px solid #D8D8DA;
      border-radius: 0px;
      position: relative;
      z-index: 3;
      width: calc(100% - 16px);
  }
  .about .photo .gallery > div .img-wrap:before {
      content: "";
      display: block;
      position: absolute;
      box-sizing: border-box;
      border: 2px solid #D8D8DA;
      border-radius: 0px;
      background: #fff;
      top: 8px;
      left: 8px;
      right: 8px;
      bottom: 8px;
      z-index: 2;
      width: auto;
      height: auto;
      padding: 0;
      float: none;
  }
  .about .photo .gallery > div .img-wrap:after {
      content: "";
      display: block;
      position: absolute;
      box-sizing: border-box;
      border: 2px solid #D8D8DA;
      border-radius: 0px;
      background: #fff;
      top: 16px;
      left: 16px;
      right: 0;
      bottom: 0;
      z-index: 1;
      width: auto;
      height: auto;
      padding: 0;
      float: none;
  }
  .about .photo .gallery > div .img-wrap:hover span {
      visibility: visible;
      opacity: 1;
  }
  
  @media screen and (max-width: 767px) {
      .about .photo .gallery > div .img-wrap {
          padding-right: 0;
          padding-left: 0;
          padding-bottom: 16px; 
      }
  }