.banners {
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-top: -16px;
    padding-top: 12px;
}

.banners .row {
    margin-left: -15px;
    margin-right: -15px;
}

.banners .row .banner-item {
    padding-left: 15px;
    padding-right: 15px;
    box-shadow: none;
    border: 0;
    border-radius: 0;
    background: transparent;
    position: relative;
    margin-top: 16px;
    display: flex;
    margin-bottom: 0 !important;
}

.banners .row .banner-item > div {
    display: block;
    position: relative;
    margin: 0 auto;
    overflow: hidden;
}

.banners .row .banner-item > div img {
    max-width: 100%;
    width: auto;
    height: auto;
    margin: 0 auto;
    display: block;
}

.banners .row .banner-item > div .card-body {
    position: absolute;
    right: auto;
    bottom: 5px;
    left: 0;
    top: auto;
    color: #000000;
    padding: 4px 5px 4px 37px;
    font-family: Tahoma, sans-serif;
    font-size: 16px;
    line-height: 1.1;
    background: rgba(252,250,245,0.85);
    text-transform: uppercase;
    display: flex;
    align-items: center;
}

.banners .row .banner-item > div .card-body .item-description,
.banners .row .banner-item > div .card-body .item-description p {
    font-size: 17px; /*16px;*/
    line-height: 1;
    color: #000000;
    text-align: right;
}

.banners .row .banner-item > div .card-body .item-description p:last-child {
    margin-bottom: 0;
}

.banners .row .banner-item > div .card-body .item-link {
    background: transparent;
    color: transparent;
    font-size: 0;
    line-height: 1;
    padding: 0;
    border-radius: 0;
    text-shadow: none;
    text-decoration: none;
    width: 45px;
    height: 45px;
    background: url(../../../../img/theme/icon/navigation/arrow-banner.png) no-repeat center center;
    margin-left: 17px;
}

@media (min-width: 768px) {
    .banners .row {
        margin-left: -8px;
        margin-right: -8px;
    }

    .banners .row .banner-item {
        padding-left: 8px;
        padding-right: 8px;
    }

    .banners .row .banner-item > div .card-body {
        bottom: 30px;
    }
}
