#gallery-style-0002 {
  position: relative;
}

#gallery-style-0002 a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

#gallery-style-0002 .col-md-3,
#gallery-style-0002 .col-sm-6 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

#gallery-style-0002 figure img {
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

#gallery-style-0002 a:hover,
#gallery-style-0002 a:focus {
  outline: none;
}

#gallery-style-0002 figure {
  position: relative;
}

#gallery-style-0002 :after {
  content: '';
  content: none;
}

#gallery-style-0002 [class*='col-md'],
#gallery-style-0002 [class*='col-sm'],
#gallery-style-0002 [class^="col-sm"] {
  display: inline-block;
  float: none;
  margin: 0 -4px 0 0;
  vertical-align: top;
}

#gallery-style-0002 .page-section:after {
  content: "";
  display: block;
  clear: both;
}

#gallery-style-0002 .overlay {
  cursor: crosshair;
}

#gallery-style-0002 .gallery-v2 .picbox {
  margin-bottom: 30px;
}

#gallery-style-0002 .gallery-v2 img {
  width: 100%;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
  border-radius: 4px;
}

#gallery-style-0002 .gallery-v2 img:hover {
  transform: scale(1.07);
  z-index: 99;
  box-shadow: 0 18px 25px rgba(0, 0, 0, 0.4);
}

#gallery-style-0002 .picbox .overlay,
#gallery-style-0002 .lightbox.overlay {
  display: block;
  border-radius: 4px;
}

#gallery-style-0002 .picbox .overlay img {
  opacity: 1;
}

#gallery-style-0002 .section-bg-2 {
  background-color: rgba(251, 251, 251, 1);
}