/* 
give background shade to the store banner
*/
.overlay-text {
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.6);
    background: linear-gradient( 90deg, rgba(11, 44, 61, 1) 0%, rgba(6, 120, 148, 0) 70%, rgba(11, 44, 61, 0) 100%);
    
    }
    
