.home-presentation--bg {
    top: 0;
    left: 50%;
    width: 100vw;
    height: 100%;
    margin-left: -50vw;
    -webkit-clip-path: polygon(0 0, 100% 23%, 100% 85%, 0 100%);
    clip-path: polygon(0 0, 100% 23%, 100% 85%, 0 100%);
    position: absolute;
    z-index: 10;
    overflow: hidden;
    background: #a69658;
    background: linear-gradient(145deg, #a69658 38%, #8b0000 80%);
}

.home-presentation--bg img:first-child {
    opacity: 0.15;
    max-width: unset !important;
}

/* @media (max-width: 1200px) {
    .home-presentation--bg {
        -webkit-clip-path: polygon(0 42%, 100% 0%, 100% 100%, 0% 100%);
        clip-path: polygon(0 42%, 100% 0%, 100% 100%, 0% 100%);
    }
} */

@media (max-width: 800px) {
    .home-presentation--bg {
        -webkit-clip-path: polygon(0 0, 100% 5%, 100% 95%, 0 100%);
        clip-path: polygon(0 0, 100% 5%, 100% 95%, 0 100%);
    }
}
