body #page {
    overflow-x: hidden;
}

.ehf-header #masthead {
    position: absolute !important;
  }

@media (width < 1025px) {
    #main .main-title{
        position: relative;
        top: 0;
        left: 0;
        transform: none;
        width: 100%;

        h1{
            width: 100%;
        }
    }
}

.clip-path-background{
    clip-path: polygon(0 10%, 100% 0%, 100% 90%, 0% 100%);
    @media (width <= 1025px) {
        clip-path: polygon(0 4%, 100% 0%, 100% 96%, 0% 100%);
    }
    @media (width <= 768px) {
        clip-path: polygon(0 2%, 100% 0%, 100% 98%, 0% 100%);
    }
}