.gena-cover {
  color: #fff;
  text-align: center;
  min-height: 522px;
  /* max-width: 100%; */
  display: flex;
  overflow: hidden;
  width: calc(100% + 40px);
  transform: translateX(-20px);
  margin: 0 auto 0;
  position: relative;

  -webkit-animation: fadein 1s;
  -moz-animation: fadein 1s;
  -ms-animation: fadein 1s;
  -o-animation: fadein 1s;
  animation: fadein 1s;
}

.gena-cover .cover__bg-image {
  height: 100%;
  width: auto;
  max-width: 620px;
  z-index: -1;
  position: absolute;
  top: 0%;
  object-fit: cover;
  object-position: bottom;
  transform: scale(0.95);
}

.gena-cover .cover__bg-image:first-of-type {
  right: -10%;
  width: 100%;
  object-fit: cover;
  border-radius: 5px;

  -webkit-animation: fadeinhalf 1s, fromRight 1s, scaledown 1s;
  -moz-animation: fadeinhalf 1s, fromRight 1s, scaledown 1s;
  -ms-animation: fadeinhalf 1s, fromRight 1s, scaledown 1s;
  -o-animation: fadeinhalf 1s, fromRight 1s, scaledown 1s;
  animation: fadeinhalf 1s, fromRight 1s, scaledown 1s;
}

.gena-cover .cover__text-wrapper {
  margin: auto;
}

.gena-cover .cover__image {
  width: 208px;
}

.gena-cover .cover__title {
  font-size: 84px;
  line-height: 0.9;
  text-transform: uppercase;
  font-weight: normal;
  max-width: 852px;
  margin: 36px auto;
  letter-spacing: 0;
}

.gena-cover .cover__text {
  font-size: 14px;
  line-height: 1.4;
  width: 80%;
  max-width: 852px;
  margin: 0 auto;
}






.gena {
  width: 67%;
  margin: auto;
  text-align: center;
}

.gena__heading {
  text-align: center;
  font-size: 12px;
  line-height: 1.4;
  text-align: center;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  font-weight: normal;
  margin-top: 94px;
  margin-bottom: 24px;
}

.gena__subheading {
  font-size: 14px;
  line-height: 1.4;
  text-align: center;
  margin-bottom: 42px;
}

.gena .image-caption {
  margin-left: 0;
  font-size: 14px;
  line-height: 1.2;
  margin-top: 10px;
}


@media screen and (max-width: 842px) {
  .gena {
    width: 80%;
  }

  .gena .image-caption {
    text-align: left;
  }
}


@media screen and (max-width: 480px) {
  .gena {
    width: 100%;
  }

  .gena .image-caption {
    font-size: 12px;
    margin-top: 14px;
  }
}
