.custom-text-home-banner {
		left: -55px;
}

.custom-heading-fill-color {
	-webkit-text-fill-color: rgba(0,0,0,0.3) !important;
}

.img-large {
  width: 100%;
  height: 500px;
  object-fit: cover;
}

.img-small {
  width: 100%;
  height: 250px;
  object-fit: cover;
}

@media (max-width: 768px) {
  .img-large,
  .img-small {
    height: auto;
  }
}
.gallery img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 5px;
  transition: transform 0.3s ease;
}
.gallery img:hover {
  transform: scale(1.01);
}

.pswp__custom-caption {
  background: rgba(0, 0, 0, 0.85);
  font-size: 20px;
  color: #fff;
  width: calc(100% - 32px);
  max-width: 400px;
  padding: 12px 22px;
  border-radius: 4px;
  position: absolute;
  left: 50%;
  bottom: 16px;
  transform: translateX(-50%);
  text-align: center;
}
.pswp__custom-caption a {
  color: #fff;
  text-decoration: underline;
}
.hidden-caption-content {
  display: none;
}
.mb-50 { margin-bottom: 50px !important; }
