/* Explain: Responsive layout helpers for the enterprise webinar page */
@media (max-width: 640px) {
    .hero-cinematic h1 {
        text-wrap: balance;
    }

    .enterprise-card {
        min-height: auto;
    }
}

@media (min-width: 1024px) {
    .floating-registration-button {
        display: none;
    }
}
