
/* ===========
   Gallery
 =============*/

.image_lb {
	background-size:cover;
	background-color: #ffffff;
	width:100%;
	max-width:150px;
	height:150px;
	background-position:50%;
	margin: 10px;
	border-radius: 5px;
	box-shadow: 4px 4px 4px 4px rgba(0, 0, 0, 0.4);
	border: 2px solid #fff;
	margin-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	display: inline-block;
} 
	.images_gallerie {
 display: flex;
 flex-wrap: wrap;
 justify-content: center;
}
.btn {
  margin-bottom: 10px;
}
.image_lb .gallery-img:hover img {
    transform: scale(1.1);
}

.image_lb .gallery-img .gallery-overlay {
    position: absolute;
    width: 150px;
  	height: 150px;
    background-size: cover;
  background-repeat: no-repeat;
  background-position: 100%;
  position: relative;
	margin:50px;
	display:inline-block;
}

.image_lb .gallery-img .search-icon {
   position: absolute;
    width: 150px;
  	height: 150px;
    background-size: cover;
  background-repeat: no-repeat;
  background-position: 100%;
  position: relative;
    
}

.image_lb .gallery-img:hover .gallery-overlay,
.image_lb .gallery-img:hover .search-icon {
    opacity: 1;
}

@media (max-width: 400px) {
  .banner-content {
    position: relative;
    width: 100%;
    padding: 50px 15px;
    bottom: 0px;
  }
}

@media (max-width: 575px) {
  .banner-content {
    position: relative;
    width: 100%;
    padding: 50px 15px;
    bottom: 0px;
  }
}

@media (max-width: 767px) {
  .banner-content {
    position: relative;
    width: 100%;
    padding: 50px 15px;
    bottom: 0px;
  }
}
