.takuma_hero {
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}
.takuma_hero:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 70%;
  left: 0;
  bottom: 0;
  z-index: 1;
  background: linear-gradient(0deg, black 0%, rgba(0, 0, 0, 0) 100%);
  opacity: 0.5;
}
.takuma_hero .text-wrap {
  position: absolute;
  z-index: 3;
  margin: 0 auto;
  padding: 0 var(--ce-spacing);
  left: 0;
  right: 0;
  height: 80%;
  display: flex;
  align-items: flex-end;
}
.takuma_hero .text {
  max-width: 652px;
}
.takuma_hero .headline {
  color: #fff;
  margin: 0;
}
.takuma_hero .headline:first-child {
  margin-bottom: var(--small-spacing);
}
.takuma_hero .image {
  width: 100%;
  position: relative;
  height: calc(80vh - 110px);
}
.takuma_hero .image.has-video {
  height: 50vh;
}
.takuma_hero img {
  position: relative;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.takuma_hero .background-video {
  width: 100%;
  height: 100%;
  min-width: 100%;
  background-size: cover;
  object-fit: cover;
}
@media (min-width: 600px) {
  .takuma_hero .text-wrap {
    height: 80%;
  }
}
@media (min-width: 1024px) {
  .takuma_hero .text-wrap {
    height: 70%;
  }
  .takuma_hero .image {
    height: 70vh;
  }
  .takuma_hero .image.has-video {
    height: 70vh;
  }
  .takuma_hero.layout-1 .text-wrap {
    justify-content: center;
    text-align: center;
  }
  .takuma_hero.layout-2 .text-wrap {
    justify-content: flex-end;
    text-align: right;
  }
}
