h2,
p {
    text-align: center;
}

.image-container {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 50px;
}

.image-container img {
    max-width: 90%;
    max-height: 600px;
}

.image-gallery {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.image-gallery img {
    max-height: 450px;
    transition: 0.5s ease;
}

.promo-image {
    max-height: 500px;
}

.crew-image {
    max-height: 400px;
}

img {
    max-width: 100%;
}

figcaption {
    width: 400px;
    color: lightgrey;
    font-size: 1rem;
}

.longtext {
    max-width: 1200px;
    padding: 0 20px;
    margin: 25px auto;
}

video {
    display: block;
    margin: 50px auto;
    max-height: 400px;
    max-width: 100%;
    border-radius: 25px;
    pointer-events: none;
}