.hero--simple {
    display: block;
    margin: 0 auto 5px;
    max-width: 1108px;
}

.hero--simple .hero__top:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 74.25%;
}

.hero--simple .hero__top {
    position: relative;
    min-height: 390px;
}

.hero--simple .clorox-shop-image_cta__link,
.hero--simple .hero__content,
.hero--simple .clorox-shop-image-cta__bg {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.hero--simple .clorox-shop-image_cta__link:focus {
    outline: #BFBFBF dashed 1px;
}

.hero--simple .clorox-shop-image-cta__bg {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.hero--simple .clorox-shop-image-cta__bg--mobile {
    background-position: center bottom;
    display: block;
}

.hero--simple .clorox-shop-image-cta__bg--desktop {
    display: none;
}

@media screen and (min-width: 768px) {
    .hero--simple {
        margin: 0 auto 30px;
    }
    .hero--simple .hero__top:before {
        padding-top: 36.25%;
    }

    .hero--simple .hero__top {
        min-height: 413px;
    }

    .hero--simple .clorox-shop-image-cta__bg--mobile {
        display: none;
    }

    .hero--simple .clorox-shop-image-cta__bg--desktop {
        display: block;
    }
}

.hero--simple .hero__content {
    margin: 0;
    padding: 24px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.hero--simple .hero__content .content__body {
    color: #275B3B;
    display: block;
    font-size: 1.5em;
    line-height: 1;
    position: relative;
    text-transform: uppercase;
    font-family: 'Barlow Condensed', Helvetica, Verdana, Arial, sans-serif;
    font-weight: 600;
    margin: 0;
}

.hero--simple .hero__content .content__body {
    color: #275B3B;
    display: block;
    font-size: 1.5em;
    line-height: 1;
    position: relative;
    text-transform: uppercase;
    font-family: 'Barlow Condensed', Helvetica, Verdana, Arial, sans-serif;
    font-weight: 600;
    margin: 0;
}

.hero--simple .hero__content .content.left {
    text-align: center;
}

@media screen and (min-width: 480px) {
    .hero--simple .hero__content .content__body {
        font-size: 2em;
    }
}

@media screen and (min-width: 768px) {
    .hero--simple .hero__content {
        justify-content: center;
        padding: 39px;
    }

    .hero--simple .hero__content .content__body {
        font-size: 2.5em;
        margin: 0.4em 0 0.7em;
    }

    .hero--simple .hero__content .content.left {
        text-align: left;
        width: 57%;
    }
}

.hero--simple .hero__content .content.center { text-align: center; }
.hero--simple .hero__content .content.right { text-align: right; }

.hero--simple .hero__content .content__headline {
    color: #275B3B;
    font-family: 'Barlow Condensed', Helvetica, Verdana, Arial, sans-serif;
    font-weight: 600;
    font-size: 3em;
    line-height: 1;
    margin-bottom: 0;
    margin-top: 0;
    text-transform: uppercase;
}

.hero--simple .hero__content .content__headline-image {
    display: block;
    margin: 0 auto 15px;
    max-width: 450px;
    width: 100%;
}

@media screen and (min-width: 768px) {
    .hero--simple .hero__content .content__headline-image {
        margin: 0 0 15px;
        width: 100%;
    }

    .hero--simple .hero__content .content__headline {
        font-size: 5em;
        margin-top: 0.67em;
    }
}

.hero--simple .hero__content .content__cta {
    color: #ffd800;
    display: inline-block;
    font-size: 24px;
    padding-right: 22px;
    position: relative;
    text-transform: uppercase;
    font-family: 'Barlow Condensed', Helvetica, Verdana, Arial, sans-serif;
    font-weight: 600;
}

@media screen and (min-width: 480px) {
    .hero--simple .hero__content .content__cta {
        font-size: 1.5em;
        padding-right: 26px;
    }
}


@media screen and (min-width: 1024px) {
    .hero--simple .hero__content .content__cta {
        font-size: 2em;
    }
}

.hero--simple .hero__content .content__cta:after {
    border-color: transparent transparent transparent #ffd800;
    border-style: solid;
    border-width: 9px 0 9px 9px;
    content: '';
    font-size: 0 !important;
    line-height: 0;

    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

@media screen and (min-width: 480px) {
    .hero--simple .hero__content .content__cta:after {
        top: 40%;
        border-width: 11px 0 11px 11px;
    }
}
