.editorial .copy50full {
  padding: 0;
  min-height: 100vh;
  align-items: stretch;
}
.editorial .copy50full > div:first-child {
  flex: 0 0 50%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.editorial .copy50full > div:last-child {
  flex: 0 0 50%;
  padding: 5rem 6rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow-y: auto;
}
.editorial .copy50full h1 {
  font-size: 3rem;
  line-height: 1.05;
  margin-top: 0;
  margin-bottom: 2.5rem;
  text-wrap: balance;
}

@media (max-width: 1024px) {
  .editorial .copy50full {
    flex-direction: column;
    min-height: 0;
  }
  .editorial .copy50full > div:first-child {
    flex: 0 0 auto;
    min-height: 60vw;
  }
  .editorial .copy50full > div:last-child {
    flex: 0 0 auto;
    padding: 3rem 1.75rem;
    justify-content: flex-start;
  }
}
