.short-banner__banner {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: end;
    justify-content: flex-end;
    margin-top: 10px!important;
    padding-top: 28px!important;
    padding-bottom: 30px;
    background-position: center!important;
    background-repeat: no-repeat!important;
    background-size: cover!important;
    border-radius: 5px!important
}

.short-banner__banner:first-child {
    margin-right: 10px
}

.short-banner__banner:before {
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    bottom: 15px;
    right: 15px;
    z-index: 9;
    transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    -moz-transform: scale(0, 1);
    -webkit-transform: scale(0, 1);
    border-top: 1px solid rgba(255, 255, 255, .8);
    border-bottom: 1px solid rgba(255, 255, 255, .8);
    z-index: 0
}
@media (max-width:768px) {
    .short-banner__banner:after {
        content: "";
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        background-color: rgba(255, 255, 255, 0.3);
    }
}


.short-banner__banner:hover:before {
    display: block;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s
}

.short-banner__banner:hover:after {
    display: block;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s
}

.short-banner__banner:first-child .short-banner__title {
    font-size: 30px
}

.short-banner__banner:last-child .short-banner__title {
    font-size: 24px
}

.short-banner__banner:last-child .short-banner__subtitle {
    font-size: 30px;
    color: #ff421d;
    text-align: left
}

.short-banner__content {
    z-index: 10
}

.short-banner__title {
    color: #222;
    text-align: left;
    font-weight: 600;
    margin-bottom: 2px
}

.short-banner__subtitle {
    font-size: 16px;
    color: #555;
    text-align: left;
    font-weight: 700;
    margin-bottom: 17px
}

.short-banner__link {
    /*display: inline-block;
    font-size: 15px;
    color: var(--button-color);
    background: var(--main-color);
    font-weight: 700;*/
        width: 100%;
    padding: 8px 25px;
    border: none;
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    border-radius: 20px
}

.short-banner__link:hover {
    color: #fff
}

@media (min-width:992px) {
    .short-banner__wrap {
        flex-wrap: nowrap!important
    }
}

.short-banner-span {
    font-size: 18px;
    color: #666;
    font-weight: 500
}

.category-banner-span {
    color: var(--main-color);
    text-decoration: underline
}