
.header-images {
    position: relative;
}

.header-images__images {
    display: flex;
    background-color: #232323;
    padding-bottom: 10px;
}

.header-images__image {
    position: relative;
    width: 20%;
    height: 750px;
    padding-right: 10px;
}

.header-images__image:last-child {
    padding-right: 0;
}

.image_holder {
    transition: .2s ease-in-out;
    position: relative;
    margin-left: -30%;
    width: 160%;
    height: 100%;
    filter: grayscale(1);
}

.image_holder:hover {
    filter: grayscale(0);
}

.header-images__image:last-child .image_holder, .header-images__image:first-child .image_holder {
    width: 100%;
    margin-left: 0;
}

#header-images__image-1 .image_holder {
    /**  angles:  top left | top right | right bot | left bot   **/
    clip-path: polygon(0% 0%, 70% 0%, 100% 100%, 0% 100%);
    background-size: cover;
    background-position: center center;
}

#header-images__image-1 .image_holder:hover {
    background-position-x: 45%!important;
}

#header-images__image-2 .image_holder {
    /**  angles:  top left | top right | right bot | left bot   **/
    clip-path: polygon(0% 0%, 62.5% 0%, 81% 100%, 18.5% 100%);
    background-size: cover;
    background-position: -15% center;
}

#header-images__image-2 .image_holder:hover {
    background-position-x: -5%!important;
}

#header-images__image-3 .image_holder {
    /**  angles:  top left | top right | right bot | left bot   **/
    clip-path: polygon(0% 0%, 82.5% 0%, 73% 100%, 18.5% 100%);
    background-size: cover;
    background-position: -15% center;
}

#header-images__image-3 .image_holder:hover {
    background-position-x: -5%!important;
}

#header-images__image-4 .image_holder {
    /**  angles:  top left | top right | right bot | left bot   **/
    clip-path: polygon(20% 0%, 81% 0%, 93% 100%, 10% 100%);
    background-size: cover;
    background-position: center center;
}

#header-images__image-4 .image_holder:hover {
    background-position-x: 40%!important;
}

#header-images__image-5 .image_holder {
    /**  angles:  top left | top right | right bot | left bot   **/
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 19% 100%);
    background-size: cover;
    background-position: center center;
}

#header-images__image-5 .image_holder:hover {
    background-position-x: 45%!important;
}

.header-images__logo {
    font-family: Play, sans-serif;
    position: absolute;
    background-color: #383838;
    width: 800px;
    height: 180px;
    clip-path: polygon(0% 0%, 100% 0%, 90% 100%, 10% 100%);
    bottom: -22px;
    left: 50%;
    transform: translate(-50%, 0);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #EAEAEA;
}

.logo__title {
    font-weight: 700;
    font-size: 75px;
}

.logo__description {
    font-size: 30px;
    font-weight: 400;
}

.description__accent-text {
    color: #CC2B24;
}
