.top-section {
  height: 56.25vw;
}

/* override button moving to top behaviour at less than 640px */
.column-button {
  display: flex;
}

/*
.top-section {
  padding-top: 30vw !important;
}

@media (max-width: 635px) {
  .top-section {
    padding-top: 30vw !important;
  }
}
*/
