/* Put your custom styles here */
.overlay-green {
    background-color: rgba(132, 63, 63, 0.72);
}

.promo-sortimente {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-attachment: fixed;
    padding: 300px 0 140px;
    background-image: url('../images/ciuperci-frisco-23.JPG');
}