/* 
    Created on : 24/07/2014, 09:55:48 AM
    Author     : TL-Lucho
*/
.slides li{
    position: relative;
}
.flex-caption{

    padding: 3%;
    position: absolute;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,.2);
    color: #fff;
    text-align: center;

    font-size: 2.5em;
    line-height: 18px;
    margin-bottom: 5%;
}

.caption_icon{
    width: 12px;
    height: 35px;
    background: url("../img/banner_caption_icon.png") no-repeat 0 0;
    position: absolute;
    right: 10px;
    bottom: 25px;
}

@media screen and (max-width: 980px) {
    .flex-caption{
        font-size: 1.5em
}
.caption_icon{
    display: none;
}
}