.poster-section {
  padding-top: var(--section-padding-top, 40px);
  padding-bottom: var(--section-padding-bottom, 40px);
}

.poster-equal-height {
  display: flex;
  flex-direction: column;
  height: 100%;
}

@media (min-width: 1024px) {
  .poster-equal-height-row {
    display: flex;
    align-items: stretch;
    min-height: 100%;
  }
  
  .poster-equal-height {
    height: auto;
  }
}
