/* Force form submit buttons within the hero section to fill 100% width */
.rounded-video-section form button,
.rounded-video-section form input[type="submit"],
form button[type="submit"] {
  width: 100% !important;
  max-width: 100% !important;
  display: block !important;
  box-sizing: border-box !important;
}