.lp-card-gallery-host,
.project-carousel-enhanced {
  position: relative;
  overflow: hidden;
}

.lp-card-gallery-host > .wrapper1 {
  background-image: none !important;
  background-color: rgba(222, 230, 225, 0.94) !important;
}

.lp-card-gallery-host > .cont {
  position: relative;
  z-index: 2;
}

.lp-card-gallery-image {
  position: relative;
  overflow: hidden;
}

.lp-card-gallery-image .bgnormal {
  overflow: hidden;
}

.lp-card-gallery-image img {
  display: block;
  width: 100% !important;
  object-fit: cover !important;
}

.lp-card-gallery,
.project-carousel-button {
  position: absolute;
  top: 50%;
  z-index: 5;
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, .94);
  color: #101810;
  font-size: 26px;
  line-height: 1;
  cursor: pointer;
  transform: translateY(-50%);
  box-shadow: 0 6px 18px rgba(0, 0, 0, .18);
}

.lp-card-gallery:hover,
.project-carousel-button:hover {
  background: #23c84f;
  color: #fff;
}

.lp-card-gallery--prev,
.project-carousel-button--prev {
  left: 14px;
}

.lp-card-gallery--next,
.project-carousel-button--next {
  right: 14px;
}
