.opening_banner_image {
    height: 600px;
}

.field_story_heading {
    width: 350px;
    margin: 50px auto 30px;
}

.the_field {
    margin-bottom: 100px;
}

.opening_illustration {
    margin-top: 100px;
    width: 100%;
    height: auto;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.opening_illustration img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 50%;
    opacity: 1;
}

.the_field h3 {
    text-align: center;
    color: var(--black);
	font-size: 40px;
    font-weight: 400;
}

.the_field p strong {
    font-weight: 700;
}

/************************ Gallery ***************************/
.gallery {
    margin-top: 0px;
    margin-bottom: 140px;
    width: 100%;
}

.gallery h2 {
    margin: 0 auto 10px;
    text-align: center;
    color: var(--black);
	font-size: 40px;
}

.gallery .more_button {
    margin: 46px auto 0;
}

.gallery .GallerySlider {
    display: flex;
    width: 100%;
}

.gallery .GallerySlider .gallery_image {
    margin: 0 10px;
    overflow: hidden;
    aspect-ratio: 1;
    cursor: pointer;
}  

.gallery .GallerySlider .gallery_image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 50%;
    opacity: 1;
}

.gallery .secondary_cta {
    text-align: center;
    margin: 0px auto 30px;
    font-size: 20px;
}

.gold_button {
    margin: 46px auto 0;
}

@media (max-width: 850px) {
    .opening_banner_image {
        height: 400px;
    }

    .field_story_heading {
        width: 300px;
    }
}