.tcl-hero__image {
  height: 350px;
  position: relative;
}
@media (max-width: 1199px) {
  .tcl-hero__image {
    height: 250px;
  }
}
.tcl-hero__image-wrapper {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  width: 100%;
  z-index: 2;
}
.tcl-hero__image .tcl-picture {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
}
.tcl-hero__image .tcl-picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
.tcl-hero__heading {
  font-family: "Lora";
  font-style: normal;
  word-break: break-word;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: 0.02em;
  color: #000000;
  font-size: 42px;
  margin-bottom: 0;
  text-align: center;
}
@media (max-width: 1199px) {
  .tcl-hero__heading {
    font-size: 34px;
  }
}
.tcl-hero__photographer {
  font-family: "Karla";
  font-style: normal;
  word-break: break-word;
  font-weight: 400;
  line-height: 150%;
  color: #000000;
  font-size: 18px;
  letter-spacing: 0.02em;
  font-size: 14px;
  font-style: italic;
  color: #6c757d;
  margin-top: 24px;
}
@media (max-width: 1199px) {
  .tcl-hero__photographer {
    font-size: 18px;
  }
}
@media (max-width: 1199px) {
  .tcl-hero__photographer {
    font-size: 14px;
  }
}
.tcl-hero__caption {
  font-family: "Karla";
  font-style: normal;
  word-break: break-word;
  font-weight: 400;
  line-height: 150%;
  color: #000000;
  font-size: 18px;
  letter-spacing: 0.02em;
  font-size: 14px;
  color: #000000;
  margin-top: 20px;
}
@media (max-width: 1199px) {
  .tcl-hero__caption {
    font-size: 18px;
  }
}
@media (max-width: 1199px) {
  .tcl-hero__caption {
    font-size: 14px;
  }
}
.tcl-hero__caption p {
  margin: 0;
  margin-bottom: 21px;
}
.tcl-hero__caption p:last-child {
  margin-bottom: 0;
}