.lp-topbanners {
  overflow: hidden;
}

.lp-topbanners__large-image {
  width: 73.17%;
  float: left;
  position: relative;
  padding-bottom: 40.82%;
}

.lp-topbanners__large-image > .lp-topimage {
  position: absolute; 
}

.lp-topbanners__banners {
  width: 25.8%;
  float: right;
}

.lp-topbanners__banners  .lp-image-banner--small {
  padding-bottom: 76.43%;
}

.lp-topbanner__banner-cta .lp-cta-banner {
  padding-bottom: 76.5%
}

.lp-topbanner__banner-cta .lp-cta-banner .lp-banner__image-container img {
  height: 100%;
  width: auto;
}

.lp-topbanner__banner-cta .lp-cta-banner  .lp-banner__content {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  flex-direction: column;
}

.lp-topbanners__banners div + div {
  margin-top: 4%;
}

.lp-topimage {
  position: relative;
  max-width: 995px;
  width: 100%;
  display: block;
  
  color: #fff !important;
}

.lp-topimage__overlay {
  z-index: 3;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.01), rgba(0, 0, 0, 0.6));
}

.lp-topimage__image {
  display: block;
  max-width: 100%;
}

.lp-topimage__text {
  z-index: 10;
  position: absolute;
  bottom: 12.4%;
  left: 8.5%;
  width: 70%;
}

.lp-topimage__text h1 {
  font-size: 4.2rem;
  line-height: 4.8rem;
}

.lp-topimage__text h1,
.lp-topimage__text p {
  color: inherit;
  margin: 0;
}

.lp-topimage__text p {
  margin-top: 10px;
}