nav.nav__outer {
    background-color: transparent;
}

.scroll-container {
    --header-height: 0px;
}

main {
    margin-top: 0 !important;
}

.header-section-booking__outer {
    width: 100%;
    height: 100vh;
    position: relative;
}

.header-section-booking__background-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
	object-position: 50% 0;
}

.header-section-booking__wrapper {
    width: 100%;

    position: absolute;
    bottom: 0;

    display: flex;
    align-items: center;

    background-color: var(--pmg-gold);
}

@media only screen and (max-width: 1023px) {
    .header-section-booking__outer {
        height: auto;
    }

    .header-section-booking__wrapper {
        position: inherit;
        margin-top: -10px;
    }
}