/* Reserve enough room for the longest rotating hero slogan. */
.home-page .hero-rotating-title {
    height: 3.2em;
    min-height: 3.2em;
    max-height: 3.2em;
    align-items: flex-end;
    margin-bottom: 34px !important;
    overflow: hidden;
}

.home-page .hero-rotating-title [data-slogan-text] {
    display: inline !important;
    max-width: 100%;
}

@media (max-width: 900px) {
    .home-page .hero-rotating-title {
        height: 3.45em;
        min-height: 3.45em;
        max-height: 3.45em;
    }
}

@media (max-width: 560px) {
    .home-page .hero-rotating-title {
        height: 4.15em;
        min-height: 4.15em;
        max-height: 4.15em;
        margin-bottom: 24px !important;
    }
}
