.bg_row, .gallery_row{
  display: block;
  overflow: hidden;
}
.bg-img{
    position: relative;
    height: auto;
    
}
.bg-img h2{
    padding: 100px;
    font-size: 45px;
}
.article {
  width:100%;
  height:auto;
  display: inline-block;
  vertical-align: top;
  /*margin-top: 10px;*/
  position: relative;
  color:white;
}

.image {
  background-image: url('../images/gallery_banner.jpg');
 /* background-size: cover;
  background-attachment: fixed;
  height: auto;
  background-repeat: no-repeat;*/
}
/*.overlay:before{
  position: absolute;
  content:" ";
  top:0;
  left:0;
  width:100%;
  height:100%;
  display: block;
  z-index:0;
  background-color: rgba(12, 12, 12, 0.66);;
}*/
.article * {
    position: relative;
    /* hack */

}

/*--------gellery-----------------------------*/
.container.gallery-container {
    background-color: #fff;
    color: #35373a;
    min-height: 100vh;
    border-radius: 20px;
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.06);
}


.tz-gallery {
    padding: 40px;
}

.tz-gallery .lightbox img {
    width: 100%;
    height: 244px;
   margin-bottom: 5px;
    transition: 0.2s ease-in-out;
    box-shadow: 0 2px 3px rgba(0,0,0,0.2);
}


.tz-gallery .lightbox img:hover {
    transform: scale(1.05);
    box-shadow: 0 8px 15px rgba(0,0,0,0.3);
}

.tz-gallery img {
    border-radius: 4px;
}

.baguetteBox-button {
    background-color: transparent !important;
}
.thumbnail{
  border: none;
}

@media(max-width: 768px) {
    body {
        padding: 0;
    }

    .container.gallery-container {
        border-radius: 0;
    }
}