.img-test {
    background: url(../../images/carousel/404.jpg) 50% 0 no-repeat;
    background-size: cover;
    width: 60%;
    height: 100%;
    left: 0;
    position: absolute;
}

.left-cover-mask{
    height: 100%;
    background-repeat: no-repeat;
    background-position: 100% 0;
}

section.carousel.full-width.full-height + section{
    margin-top: -32px;
}

section.imballaggi-evidence::before{
    -webkit-transform: translate(-50%, -50%) rotate(-2deg);
    -moz-transform: translate(-50%, -50%) rotate(-2deg);
    transform: translate(-50%, -50%) rotate(-2deg);
}

@media (max-width: 600px) {

    section.carousel.full-width.full-height{
        padding-bottom: 64px;
    }

    .left-cover-mask .download-catalogue{
        left: 90px;
    }

    .img-test {
        width: 100%;
        top: 0;
    }

    section.carousel.full-width.full-height + section{
        margin-top: 0;
    }


}