.ctm-gallery {
    background: linear-gradient(135deg, rgb(254, 205, 165) 0%, rgb(254, 45, 45) 50%, rgb(107, 0, 62) 100%);

    
    background: #4B2524; /*dictum*/
    background: #F9F6F1; /* dictum white */
    background: #041E22; /*dictum green*/

    padding: 0px;
}

.ctm-gallery-item img {
    filter: brightness(50%); /* Przyciemnia obraz o 50% */

}








