/* Enter Your Custom CSS Here */

.rsGCaption {
    width: 100%;
    float: left;
    text-align: center;
    z-index: 22;
    display: none;
}

.rsDefaultInv .rsGCaption {
    position: absolute;
    float: none;
    bottom: 6px;
    left: 6px;
    text-align: left;
    background: #FFF;
    background: rgba(255,255,255, 0.75);
    color: #000;
    padding: 2px 8px;
    width: auto;
    font-size: 12px;
    border-radius: 2px;
    display: none;
}