.slideshow-wrapper{
    width: 100%;
    margin: 0 auto;
    margin-top: 30px;
    margin-bottom: 30px;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slideshow-caption{
    bottom: 10px;
    width: 100%;
    padding: 25px 20px 15px 20px;
    position: absolute;
    color: #ffeadb;
    font-size: 16px;
    line-height: 1.15em;
    font-family: 'ProximaNovaRegular', sans-serif;
    background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(0,0,0,0.8) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(0,0,0,0.8) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(0,0,0,0.8) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#cc000000',GradientType=0 );
    /*display: none;*/
}

.slideshow-wrapper li img{
    width: 100%;
}

.lSSlideOuter .lSPager.lSpg{
    margin-top: -5px !important;
}

@media only screen and (max-width: 768px) {
    .slideshow-wrapper{width: 100%;}
    .slideshow-caption{font-size: 14px; padding: 10px 15px;}
}