.cs-carousel-post-style1 img {
    display: block;
}
.cs-carousel-post-style1 .cs-header {
    margin: 0 0 20px;
}

.cs-carousel-post-style1 .cs-title + .cs-nav {
    position: absolute;
    right: 15px;
    top: 0;
}
.rtl .cs-carousel-post-style1 .cs-title + .cs-nav {
    left: 15px;
    right: auto;
}
.cs-carousel-post-style1 .cs-title span.line {
    display: inline-block;
    padding: 0 0 10px 0;
}
.cs-carousel-post-style1 .cs-carousel-header {
    position: relative;
    overflow: hidden;
}
.cs-carousel-post-style1 .cs-carousel-header img {
    width: 100%;
    transform: translateY(0px) !important;
}
.cs-carousel-post-style1 .view-detail,
.cs-carousel-post-style1 .gallery {
    font-size: 20px;
    position: absolute;
    top: 0;
    bottom: 0;
    display: block;
    text-align: center;
    right: 0;
    left: 0;
    opacity: 0;
    z-index: 1;
    -webkit-transition: all 0.2s linear 0s;
    -moz-transition: all 0.2s linear 0s;
    -o-transition: all 0.2s linear 0s;
    -ms-transition: all 0.2s linear 0s;
    transition: all 0.2s linear 0s;
    
    color: #fff;
    background: rgba(85,85,85,0.7);
}

.cs-carousel-post-style1 .cs-carousel-header i {
    content: "";
    position: absolute;
    top: 50%;
    width: 100%;
    display: block;
    -webkit-transition: all 0.2s linear 0s;
       -moz-transition: all 0.2s linear 0s;
         -o-transition: all 0.2s linear 0s;
        -ms-transition: all 0.2s linear 0s;
            transition: all 0.2s linear 0s;
    -webkit-transform: translate(0px,-50%);
       -moz-transform: translate(0px,-50%);
        -ms-transform: translate(0px,-50%);
         -o-transform: translate(0px,-50%);
            transform: translate(0px,-50%);

    color: #fff;
}
.cs-carousel-post-style1 .cs-carousel-item:hover .gallery,
.cs-carousel-post-style1 .cs-carousel-item:hover .view-detail {
    opacity: 1;
    color: #fff;
}
.cs-carousel-post-style1 .cs-carousel-body .cs-carousel-title  {
    margin: 20px 0 10px 0;
}
.cs-carousel-post-style1 .cs-carousel-body .cs-carousel-title a {
    display: block;
}

.cs-carousel-post-style1 .cs-carousel-body .cs-carousel-meta {
    line-height: 26px;
    border-top: 1px solid #e9e9e9;
    border-bottom: 1px solid #e9e9e9;
    padding: 8px 0;
    margin: 20px 0;
}
.cs-carousel-post-style1 .cs-carousel-body .cs-carousel-meta span + span {
    margin-left: 5px;
}

.cs-carousel-post-style1 .cs-carousel-post-category{ 
    text-transform: capitalize;
}