.hero {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal
}
.app-hero,
.hero {
    text-align: center
}
.hero::before {
    content: '';
    top: 0;
    left: 0
}
.hero {
    color: #fff
}
.hero {
    position: relative;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    flex-direction: column;
    -webkit-box-pack: center;
    justify-content: center;
    background-image: url(//stickerlist.com/template/css/hero.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: auto 90%;
    /*
        padding:0px;
        margin:0px;
        background: #b17ed6 url('http://stickerlist.com/wp-content/uploads/static/bg1.png') center center repeat;
        background-size:40%;
        */
}
.hero::before {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.41);
    background: rgba(177, 126, 214, 0.77);
}
.hero__btn,
.hero__title {
    position: relative;
    z-index: 2
}
.hero__title {
    font-size: 38px;
    font-weight: 300
}
.hero__btn {
    display: table;
    margin-top: 44px;
    xheight: 40px;
    xpadding: 0 1.6em;
    padding-top: 19px;
    font-size: 16px;
    xxxline-height: 40px;
    xborder-radius: 40px;
    background: #fff;
    /**/
    box-shadow: 0 4px 8px transparent;
    -webkit-transition: box-shadow .2s ease;
    transition: box-shadow .2s ease;
    border-radius: 88px;
}
.hero__btn:hover {
    /* border-radius: 88px; */
}
.hero__title {
    font-size: 48px;
    font-weight: 400
}
.hero__sub_title {
    font-size: 23px;
    font-weight: 300;
    color: #EEE;
}
@media only screen and (min-width: 480px) and (max-width: 1172px) {
    .hero__title {
        font-size: 48px;
        font-weight: 400
    }
    .hero__sub_title {
        font-size: 23px;
        font-weight: 300
    }
}
@media only screen and (min-width: 1172px) {
    .hero__title {
        font-size: 48px;
        font-weight: 400
    }
    .hero__sub_title {
        font-size: 23px;
        font-weight: 300
    }
}
