.rs-slideshow .item {
    overflow: hidden;
    background: #bfbcbb;
}

.rs-slideshow .carousel-indicators li {
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.25);
}

.rs-slideshow .title {
    color: black;
}

.rs-slideshow .title .sub {
    font-size: 20px;
    line-height: 17px;
}

.rs-slideshow .title .head {
    font-size: 30px;
    font-weight: bold;
    line-height: 30px;
}

.rs-slideshow .description {
    color: #666;
    font-size: 15px;
    line-height: 22.5px;
}

.rs-slideshow .btn-primary {
    text-transform: uppercase;
}

.rs-slideshow .image {
    position: absolute;
    right: 15px;
    top: 15px;
    bottom: 15px;
    /*height: 100%;*/
    background: center center no-repeat transparent;
    background-size: contain;
    text-align: center;
}

.rs-slideshow .price-tag {
    display: block;
    position: absolute;
    padding: 5px 10px;
    background: black;
    color: white;
    font-size: 12px;
    line-height: 17px;
    text-align: right;
    white-space: nowrap;
}

.rs-slideshow .price-tag:after {
    content: '';
    position: absolute;
    left: 100%;
    top: 0;
    border-top: 10px solid black;
    border-top-color: black;
    border-left: 0px solid transparent;
    border-right: 10px solid transparent;
}

.rs-slideshow .price-tag .price {
    font-size: 18px;
    font-weight: bold;
    line-height: 22px;
}

.rs-slideshow .price-tag .price sup {
    top: -0.325em;
}

@media (max-width: 767px) {

    .rs-slideshow .banner img {
        min-width: 100%;
    }

    .rs-slideshow .banner .overlay {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        padding: 15px 40px;
    }

    .rs-slideshow .banner .title {
        margin: 0;
        color: black;
    }

    .rs-slideshow .banner .title .head {
        font-size: 22px;
        font-weight: bold;
        line-height: 28px;
        text-shadow: 0 0 4px #666;
    }

    .rs-slideshow .banner .title .sub {
        font-size: 14px;
        line-height: 14px;
        text-shadow: 0 0 4px #666;
    }

    .rs-slideshow .text {
        padding: 15px 0px;
    }

    .rs-slideshow .banner .overlay .title{
        color: #FFFFFF;
    }

    .rs-slideshow .banner .overlay .title .head{
        display: inline-block;
        padding-top: 5px;
    }

}

@media (min-width: 768px) and (max-width: 991px) {

    .rs-slideshow .text {
        padding: 15px 0px;
    }

}

@media (min-width: 992px) and (max-width: 1199px) {

    .rs-slideshow .bg {
        position: absolute;
        top: 180px;
        right: 0;
        height: 150px;
        width: 75%;

        background: linear-gradient(225deg, rgba(208, 208, 208, 1) 0%, rgba(195, 192, 192, 0) 80%, rgba(191, 188, 187, 0) 100%);
    }

    .rs-slideshow .text {
        padding: 15px 0px;
    }

    .rs-slideshow .image {
        width: 122px;
    }

    .rs-slideshow .price-tag {
        top: 175px;
        right: 110px;
    }

}

@media (min-width: 1200px) {

    .rs-slideshow .bg {
        position: absolute;
        top: 225px;
        right: 0;
        height: 150px;
        width: 75%;

        background: linear-gradient(225deg, rgba(208, 208, 208, 1) 0%, rgba(195, 192, 192, 0) 80%, rgba(191, 188, 187, 0) 100%);
    }

    .rs-slideshow .text {
        padding: 30px 0px;
    }

    .rs-slideshow .image {
        width: 155px;
    }

    .rs-slideshow .price-tag {
        top: 225px;
        right: 140px;
    }

}