@media only screen and (min-width: 0) {
  .component.image-text-block h2 {
    font-size: 26px;
    line-height: 30px;
  }
  .component.image-text-block span.accent.teal {
    margin-top: 24px;
    margin-bottom: 32px;
  }
  .component.image-text-block a.button {
    margin-top: 16px;
  }
  .component.image-text-block .text-container {
    padding: 32px 24px 24px;
  }
  .component.image-text-block .image-interior {
    background-size: contain!important;
  }
  .component.image-text-block .image-container img {
    position: relative;
    z-index: -1;
    height: 100%;
    width: 100%;
  }
  /*BG PATTERN*/
  .component.image-text-block .interior {
    padding-top: 64px;
    padding-bottom: 32px;
  }
  .component.image-text-block .interior .grid-wrapper {
    position: relative;
  }
  .component.image-text-block .interior .wrapper-pattern:after {
    content: url('/themes/custom/nhgri/assets/patterns/pattern-pipette-gray.svg');
    width: 300px;
    height: auto;
    position: absolute;
    right: -38px;
    top: -32px;
    z-index: 0;
  }
  .component.image-text-block .container {
    position: relative;
    z-index: 1;
  }

}
@media only screen and (min-width: 640px) {
  .component.image-text-block .text-container {
    padding: 48px 48px 32px;
  }
  .component.image-text-block h2 {
    font-size: 28px;
    line-height: 35px;
  }
  .component.image-text-block span.accent.teal {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .component.image-text-block a.button {
    font-size: 14px;
    font-weight: bold;
  }
}
@media only screen and (min-width: 1024px) {
  .component.image-text-block .interior {
    padding-bottom: 64px;
  }
  .component.image-text-block .text-container {
    padding: 64px 48px;
    position: relative;
  }
  .component.image-text-block .image-interior {
    height: 100%;
    width: 100%;
    position: relative;
    padding-bottom: 90%;
  }
  .component.image-text-block .image-container img {
    position: absolute;
  }
  .component.image-text-block .image-interior:after {
    content: '';
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: center;
    position: absolute;
  }
  /* Extend component (bg color and image) over reading line; keep text at original reading line */
  .image-text-block .grid-container {
    /* 1360px */
    max-width: 85rem;
  }
  .component.image-text-block .text-wrapper {
    max-width: 536px;
    width: 100%;
  }
  .component.image-text-block .image-right .text-wrapper {
    float: right;
  }

}
