#poster_page_header {
    margin-top: 15rem;
}
.poster-container {
    column-gap: 9rem;
    row-gap: 6rem;
    display: flex;
    max-width: 100rem;
    margin: 0 auto;
    height: 65rem;
}
.poster-container-item {
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 1;
    min-width: 0;
}
.poster-container-item img {
    width: 100%;
    height: 100%;
}

.poster-title-container {
    column-gap: 9rem;
    row-gap: 6rem;
    display: flex;
    max-width: 100rem;
    height: fit-content;
}
.poster-title-item {
    display: flex;
    margin: 0 auto;
    flex: 1;
    min-width: 0;
}
.poster-title-item h2 {
    align-items: center;
    padding-top: 1rem;
    max-height: 100%;
    font-family: "Articulat CF", sans-serif;
    font-size: 2rem;
    font-weight: 500;
    margin: 0 auto 8rem auto;
}

.process-container {
    height: 50rem;
    margin-bottom: 0;
}
#process-work-header {
    margin-bottom: 10rem;
}

.process-bar {
    z-index: -1;
    display: flex;
    white-space: nowrap;
    overflow: hidden;
    height: 60%;
}
.process-bar-slide{
    align-items: center;
    animation: 35s slide infinite linear;
}
.process-bar-slide img {
    padding-left: 1rem;
    padding-right: 1rem;
    display: inline-block;
    max-height: 100%;
}
