.slider-image-custom{
  display: inline-block !important;
}

.ad-gallery-one, .ad-gallery-two{
  width: 100%;
  height: 100px;
  background: #000;
}

.ad-gallery-one{
  margin-top: -40px !important;
}

.ad-gallery-two{
  margin-bottom: -40px !important;
}

.mfp-close{
  visibility: hidden !important;
}

.gallery-item .gallery-icon img{
  display: none !important;
}

.open-custom-gallery-a .shadow {
  background: rgba(0,0,0,0.7);
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}

.open-custom-gallery-a .view_gallery_text {
  position: absolute;
  text-align: center;
  padding-left: 1em;
  padding-right: 1em;
  width: 100%;
  top: 50%;
  left: 50%;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  top: 20%;
  font-family: Tienne;
}

.open-custom-gallery-a:hover .view_gallery_text {
  top: 50%;
  left: 50%;
  opacity: 1;
}

.open-custom-gallery-a:hover .shadow {
   opacity: 1;
}
@media (max-width: 767px) {
	
	.open-custom-gallery-a .shadow {
    opacity: 1;
	height: 93%;
	}
	.open-custom-gallery-a .view_gallery_text {
    top: 50%;
  	left: 50%;
 	opacity: 1;
	}
}