/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Mar 02 2022 | 09:35:18 */
h3.overlaysku {
   position: relative; 
   bottom: -10px; 
   left: 0; 
   width: 100%;
     font-size:10px;
   z-index:9;
}
  
 h3.overlaysku span {
   
   color: white; 
   font: bold; 
   letter-spacing: -0px;  
   background: rgb(0, 0, 0); /* fallback color */
   background: rgba(0, 0, 0, 0.7);
   padding: 10px;
   font-size:12px;
}