.hero-int.hero-blog {
  position: relative;
}

.hero-int.hero-blog img{
  width: 100%;
  display: block;
}
.blog-header-wrapper.show-overlay .hero-int.hero-blog::after {
  position: absolute;
  content: "";
  opacity: 0.8;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: var(--red);
}

.hero-int.hero-blog.no-overlay::after {
  background: none;
}

.hero-int.hero-blog .content {
  position: absolute;
  z-index: 1;
  width: 100%;
  padding: 0 20px;
  right: 50%;
  top: 48%;
  transform: translate(50%, -50%);
  text-align: center;
}
.hero-int.hero-blog .content .title h1{
  font-size: calc(32px + (90 - 32) * (100vw - 320px) / (1025 - 320));
  line-height: calc(35px + (95 - 35) * (100vw - 320px) / (1025 - 320));
  text-transform: uppercase;
  font-weight: 900;
  font-family: var(--font-display);
  color: var(--off-white);
  text-shadow: none;
}
.hero-int.hero-blog .content .title .outline {
  -webkit-text-stroke-width: 1px;
  font-weight: 800;
  letter-spacing: 1px;
}
.hero-int.hero-blog .content .subtitle {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 17px;
  line-height: 17px;
  font-size: calc(16px + (33 - 16) * (100vw - 320px) / (1025 - 320));
  line-height: calc(16px + (33 - 16) * (100vw - 320px) / (1025 - 320));
  font-family: var(--font-display-alt);
  color: var(--off-white);
}

@media only screen and (min-width: 1025px) {

  .hero-int {
    width: calc(100% - 110px);
    margin-left: auto;
    margin-top: -93px;
  }
  .hero-int.hero-blog .content .title h1{
    font-size: 90px;
    line-height: 95px;
  }
  .hero-int.hero-blog .content .title .outline {
    -webkit-text-stroke-width: 2px;
  }
  .hero-int.hero-blog .content .subtitle {
    font-size: 33px;
    line-height: 33px;
  }
}
