.nivo-caption {
    bottom:15%; /* Vertically centre the captions */
    left:auto;
    right:0px; /* Put them on the right */
    width:auto;
    max-width:470px;
    overflow:hidden;
    background:#fff;
    text-shadow:none;
    font-family: 'Audiowide', cursive;
    color:#4c4b4b;
}
.nivo-caption p {
    padding:15px 15px;
}
.nivo-caption a { 
    color:#333;
    font-weight:bold;
    font-size:27px;
    text-transform:uppercase;
}