.easyown-bg {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-image: url(../images/back-easy.jpg);
    background-image: -webkit-image-set(url("../images/back-easy.jpg") 1x,
            url("../images/back-easy@2x.jpg") 2x);
}

.payless-bg {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-image: url(../images/back-payless.jpg);
    background-image: -webkit-image-set(url("../images/back-payless.jpg") 1x,
            url("../images/back-payless@2x.jpg") 2x);
}

.champion-bg {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-image: url(../images/back-champion.jpg);
    background-image: -webkit-image-set(url("../images/back-champion.jpg") 1x,
            url("../images/back-champion@2x.jpg") 2x);
}

.homesource-bg {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-image: url(../images/back-homesource.jpg);
    background-image: -webkit-image-set(url("../images/back-homesource.jpg") 1x,
            url("../images/back-homesource@2x.jpg") 2x);
}

.action-bg {
    background-repeat: no-repeat;
    background-position: left center;
    background-size: cover;
    background-image: url(../images/back-action.jpg);
    background-image: -webkit-image-set(url("../images/back-action.jpg") 1x,
            url("../images/back-action@2x.jpg") 2x);
}

.texas-bg {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-image: url(../images/back-texas.jpg);
    background-image: -webkit-image-set(url("../images/back-texas.jpg") 1x,
            url("../images/back-texas@2x.jpg") 2x);
}

.bolin-bg {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-image: url(../images/back-bolin.jpg);
    background-image: -webkit-image-set(url("../images/back-bolin.jpg") 1x,
            url("../images/back-bolin@2x.jpg") 2x);
}

.bolin-bg {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-image: url(../images/back-bolin.jpg);
    background-image: -webkit-image-set(url("../images/back-bolin.jpg") 1x,
            url("../images/back-bolin@2x.jpg") 2x);
}

.preferred-bg {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-image: url(../images/back-preffered.jpg);
    background-image: -webkit-image-set(url("../images/back-preffered.jpg") 1x,
            url("../images/back-preffered@2x.jpg") 2x);
}

.sst-promo .promo-main {
    flex-basis: 650px;
    flex-grow: 0;
}

.sst-promo .promo-main p {
    font-size: 22px;
    line-height: 1.44;
    margin-bottom: 0;
    width: 100%;
}

.sst-promo .promo-main p.h1 {
    width: 100%;
    font-size: 46px;
    line-height: 1.12765957;
    margin-bottom: 22px;
    margin-top: 0;
    font-weight: bolder;
}

.sst-promo .button {
    width: 235px;
    height: 47px;
    border-radius: 24px;
    font-size: 1.3125em;
    padding: 0;
    background-color: #e1282b;
}

.sst-promo .promo-main .button {
    margin-top: 24px;
}

@media screen and (max-width: 991px) {
    .sst-promo .container {
        flex-direction: column;
        align-items: center;
    }

    .sst-promo .promo-main {
        padding-top: 40px;
    }

    .sst-promo .container {
        max-width: 100%;
        width: 100%;
    }
}

@media screen and (max-width: 767px) {
    .sst-promo .promo-main {
        padding-top: 93px;
        padding-bottom: 99px;
    }

    .sst-promo .button {
        width: 188px;
        height: 31px;
        border-radius: 16px;
        font-size: 1.0625em;
    }

    .sst-promo .promo-main .button {
        margin-top: 17px;
    }
}

@media screen and (max-width: 567px) {
    .sst-hero {
        background-image: none;
    }
    .promo-inner {
        width: 100%;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
    }
    .easyown-bg .promo-inner {
        background-image: url(../images/back-easy-m.jpg);
        background-image: -webkit-image-set(url("../images/back-easy-m.jpg") 1x,
                url("../images/back-easy-m@2x.jpg") 2x);
    }

    .payless-bg .promo-inner {
        background-image: url(../images/back-payless-m.jpg);
        background-image: -webkit-image-set(url("../images/back-payless-m.jpg") 1x,
                url("../images/back-payless-m@2x.jpg") 2x);
    }

    .champion-bg .promo-inner {
        background-image: url(../images/back-champion-m.jpg);
        background-image: -webkit-image-set(url("../images/back-champion-m.jpg") 1x,
                url("../images/back-champion-m@2x.jpg") 2x);
    }

    .homesource-bg .promo-inner {
        background-image: url(../images/back-homesource-m.jpg);
        background-image: -webkit-image-set(url("../images/back-homesource-m.jpg") 1x,
                url("../images/back-homesource-m@2x.jpg") 2x);
    }

    .action-bg .promo-inner {
        background-image: url(../images/back-action-m.jpg);
        background-image: -webkit-image-set(url("../images/back-action-m.jpg") 1x,
                url("../images/back-action-m@2x.jpg") 2x);
    }

    .texas-bg .promo-inner {
        background-image: url(../images/back-texas-m.jpg);
        background-image: -webkit-image-set(url("../images/back-texas-m.jpg") 1x,
                url("../images/back-texas-m@2x.jpg") 2x);
    }

    .bolin-bg .promo-inner {
        background-image: url(../images/back-bolin-m.jpg);
        background-image: -webkit-image-set(url("../images/back-bolin-m.jpg") 1x,
                url("../images/back-bolin-m@2x.jpg") 2x);
    }

    .preferred-bg .promo-inner {
        background-image: url(../images/back-preffered-m.jpg);
        background-image: -webkit-image-set(url("../images/back-preffered-m.jpg") 1x,
                url("../images/back-preffered-m@2x.jpg") 2x);
    }

    .sst-promo .promo-main p {
        font-size: 16px;
        line-height: 1.3125;
        width: 100%;
    }

    .sst-promo .promo-main p.h1 {
        font-size: 24px;
        line-height: 1.5;
        margin-bottom: 9px;
        margin-top: 16px;
        width: 100%;
    }

    .sst-promo .container {
        padding: 0;
    }

    .sst-promo .promo-main {
        padding-top: 27%;
        padding-bottom: 30%;
    }

    .sst-promo.texas-bg .promo-main {
        padding-top: 22%;
        padding-bottom: 23%;
    }

    .sst-promo.payless-bg .promo-main {
        padding-top: 20%;
        padding-bottom: 27%;
    }

    .sst-promo.preferred-bg .promo-main {
        padding-top: 15%;
        padding-bottom: 18%;
    }
}