.lcb-heropage {
  height: 550px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
}

.lcb-heropage-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.lcb-heropage-title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 70px;
  text-align: center;
}

.lcb-heropage-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.lcb-heropage-bottom img {
  object-fit: cover;
}