/* Style for the autocaption overlay that is added by the plugin for some images, must be next to an img tag */
 .kde-teaser-click .autocaption {
    position: relative;
    text-align: right;
    background: linear-gradient(to top, rgba(0,0,0,1) 0%,rgba(0,0,0,0) 100%);
    color: white;
    padding: 3px;
    font-size: 9px;
    margin-top: -17px; 
    white-space: nowrap;
}

/* selector for slider : .n2-ss-slide-background-image .autocaption 
   selector for teaser: .gb-inside-container .autocaption */
 .gb-inside-container .n2-ss-slide-background-image .autocaption {
    text-align: right;
    color: #ffffff;
    padding: 5px;
    font-size: 12px;
    white-space: nowrap;
    width: 99%;
}
