.homepage-hero-block h1 {
    line-height: normal;
}

.homepage-hero-block .image-desktop {
    left: 0;
    width: 749px;
    max-width: none;
}

.homepage-hero-block .image-desktop.is-variation {
    top: 50%;
}

.homepage-hero-block .image-mobile {
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: -45%;
    min-width: calc(100% + 30px);
}

.homepage-hero-block .alt-content-container {
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
}

.homepage-hero-block .fade-bottom {
    width: 100%;
    background: linear-gradient(0deg, white 0%, transparent 100%);
}

.homepage-hero-block .user-segmentation .segment-buttons a {
    flex-basis: 100%;
}

.homepage-hero-block .user-segmentation .segment-buttons > a:hover > .material-icons {
    animation: headShake 2s ease-in-out;
}

.homepage-hero-block .user-segmentation .segment-buttons.hover-pullback > a {
    transition: margin 400ms ease-in-out;
}

.homepage-hero-block .user-segmentation .segment-buttons.hover-pullback > a:hover {
    margin-left: -5px;
}

/**
 * sm-down
 */
@media (max-width: 767px) {
    .homepage-hero-block > section.container  {
        margin-bottom: -25px !important;
    }

    .homepage-hero-block > section.container.hero-variation  {
        margin-bottom: -85px !important;
    }
}

/**
 * sm-up
 */
@media (min-width: 576px) {
    .homepage-hero-block .image-desktop {
        margin-bottom: -45%;
        margin-left: -25%;
    }

    .homepage-hero-block .user-segmentation .segment-buttons a {
        flex-basis: 48%;
    }

    .homepage-hero-block > section.container  {
        margin-bottom: -30px !important;
    }

    .homepage-hero-block > section.container.hero-variation  {
        margin-bottom: -70px !important;
    }
}

/**
 * md-up
 */
@media (min-width: 768px) {
    .homepage-hero-block .image-desktop {
        margin-bottom: inherit;
        margin-left: inherit;
    }
}

/**
 * lg-up
 */
@media (min-width: 992px) {
    .homepage-hero-block .user-segmentation .segment-buttons a {
        flex-basis: 0;
    }
}
