section.blocco-carosello-auto:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url(../../media/carosello_auto_mask.svg);
    background-position: center 40px;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 0;
    opacity: .4;
}
section.blocco-carosello-auto > .wrapper { position: relative; }

.row-scheda-content { overflow: visible; }


section.blocco-carosello-auto .col-cta-toggle {
    gap: 32px;
	justify-content: center;
}