.home-presentation--bg {
    top: 0;
    left: 50%;
    width: 100vw;
    height: 910px;
    margin-left: -50vw;
    margin-top: -50px;
    -webkit-clip-path: polygon(0 62%, 100% 0%, 100% 100%, 0% 100%);
    clip-path: polygon(0 62%, 100% 0%, 100% 100%, 0% 100%);

    position: absolute;
    z-index: -1;
    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;
}

.home-presentation--bg img:last-child {
    position: absolute;
    left: 0;
    transform: translate(-30%, 45%);
    bottom: 0;
    width: 80%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: bottom center;
    object-position: bottom center;
    z-index: 2;
}

@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: 992px) {
    .home-presentation--bg {
        -webkit-clip-path: polygon(0 25%, 100% 15%, 100% 100%, 0% 100%);
        clip-path: polygon(0 25%, 100% 15%, 100% 100%, 0% 100%);
    }
}
