#slideshow .flex-caption {
/*  display: block; */
    display: none !important;
    position: absolute;
    bottom: 0; 
    left: 0; 
    background: rgba(140, 137, 137, 0.8); 
    width: 100%;
    /* width: 600px; */
   margin-bottom: 0;
   margin-top: 10px;
   padding: 16px; 
   font-family: "oswaldregular";
   color: #fff; 
   font-size: 1.286em; 
}
