@media only screen and (max-width: 1199px) {
    .drop-counts__wave-wrapper_wave-marker {
        width: 36px;
        height: 36px;
    }
    
    /* .donation-form__column {
        padding-left: calc(50vw - (960px / 2)) !important;
    } */

    .donation-form__img {
        left: -70px;
    }
}

@media only screen and (max-width: 991px) {
    .header__logo {
        max-width: 180px;
        padding: 0;
    }

    .header__navbar--container ul#header__navbar--menu {
        height: 0;
        flex-direction: column;
        transition: height 300ms ease-out;
        -webkit-transition: height 300ms ease-out;
        -moz-transition: height 300ms ease-out;
        -ms-transition: height 300ms ease-out;
        -o-transition: height 300ms ease-out;
    }

    .header__navbar--container.menu-toggled ul#header__navbar--menu {
        height: 140px;
        transition: height 300ms ease-out;
        -webkit-transition: height 300ms ease-out;
        -moz-transition: height 300ms ease-out;
        -ms-transition: height 300ms ease-out;
        -o-transition: height 300ms ease-out;
    }

    .header__navbar--container.menu-toggled ul#header__navbar--menu li.menu-item {
        width: 100%;
    }

    .navbar-light .navbar-nav .nav-link, .menu-item a {
        text-align: center;
    }

    .nav-btn {
        text-align: center;
    }

    .nav-btn a {
        width: 100%;
        margin-left: auto;
        margin-right: 10px;
    }

    .nav-btn iframe {
        margin: 0;
    }

    .hero-banner__container {
        height: 60vh;
    }

    .donation-form {
        min-height: 60vh;
    }

    .donation-form__column::before {
        width: 650px;
        height: 650px;
        top: calc(100% - 170px);
    }

    .donation-form__column::after {
        width: 390px;
        height: 390px;
        top: calc(100% - 70px);
    }
    
    .map-section__map-container {
        flex-direction: column;
    }

    .map-section__info-panel {
        height: auto;
        width: 100%;
        order: 2;
    }

    .map-section__map-wrapper {
        order: 1;
    }

    .grid-three > *,
    .grid-four > *,
    .grid-five > * {
        width: calc((100% / 2) - 13px);
    }

    .grid-two,
    .grid-three,
    .grid-four,
    .grid-five {
        gap: 20px;
        justify-content: center;
    }

    .topics-section__grid-item_card {
        height: 500px;
    }

    .topics-section__grid-item_donation-card {
        height: 380px;
    }

    .topics-section__grid {
        margin: 50px 0;
    }

    .footer__social-grid {
        width: 160px;
        gap: 10px;
    }

    .footer__social-grid > * {
        width: 35px;
    }

    .video-section__player {
        margin-bottom: 15px;
    }

    .video-section__player .video-section__play-icon {
        width: 75px;
    }
    
    /* .donation-form__column {
        padding-block: 0;
        padding-left: calc(50vw - (720px / 2)) !important;
    } */

    .donation-form__img {
        max-height: 500px;
    }

    .gutter-top {
        margin-top: 60px;
    }
}

@media only screen and (max-width: 767px) {
    .grid-two > *,
    .grid-three > *,
    .grid-four > *,
    .grid-five > * {
        width: 100%;
    }

    .topics-section__grid > * {
        width: 48%;
    }

    .spotify-section__copy {
        margin-block: 25px !important;
    }

    form.spotify-section__form {
        margin-bottom: 45px;
    }

    iframe.spotify-section__player {
        width: 100%;
    }

    .drop-counts__wave-wrapper_wave-marker {
        width: 32px;
        height: 32px;
    }

    .titles>h1,
    .titles>h2,
    h2.titles__sub-heading,
    .titles__sub-heading {
        text-align: left;
    }

    .spotify-modal__body_title>* {
        text-align: center !important;
    }

    .spotify-modal__body {
        padding: 10px;
    }

    .footer__logo {
        text-align: center;
        display: block;
        width: 200px;
        margin: 0 auto 30px;
    }

    .footer__content {
        align-items: center;
    }

    .footer__social-grid {
        margin-inline: auto;
        justify-content: center !important;
    }

    .footer__social-grid > * {
        width: 35px;
    }

    .footer__content p {
        text-align: center;
    }
    
    /* .donation-form__column {
        text-align: center;
        padding-inline: calc(50vw - (540px / 2)) !important;
    } */

    .donation-form__img {
        width: 100%;
        max-height: 400px;
        position: unset;
    }

    .donation-form__row::before {
        background-position: center 0%;
        width: 100%;
        height: 80%;
        top: inherit;
        bottom: -60px;
    }

    .donation-form__row::after {
        background-position: center 0%;
        width: 100%;
        height: 70%;
        top: inherit;
        bottom: -60px;
    }

    .donation-form__column {
        text-align: center;
    }

    .donation-form__copy-column {
        text-align: center;
        margin-top: 30px;
    }

    .donation-form__sub-heading h2,
    .donation-form__hero-copy p {
        text-align: center !important;
    }

    .donation-cta__wrapper {
        flex-direction: column;
    }

    .image-grid__wrapper {
        height: auto;
        display: flex;
        flex-wrap: wrap;
        gap: 16px;
        justify-content: center;
    }

    .image-grid__wrapper > * {
        width: calc(50% - 8px);
    }

    .image-grid__wrapper-water_five,
    .image-grid__wrapper-made_five,
    .image-grid__wrapper-dance_five {
        width: 100%;
    }

    .image-grid__wrapper > * img {
        height: 250px;
    }

    .map-section__map-hotspot {
        width: 12px;
        height: 12px;
    }

    .donation-form__column::before {
        top: calc((100% + 50px) * -1);
    }

    .donation-form__column::after {
        top: calc((100% - 80px) * -1);
    }

    .donation-form,
    .donation-form .hero-banner__container,
    .donation-form .hero-banner__content-area {
        min-height: 100vh;
    }

    .hero-banner__container:after {
        top: inherit;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 50%;
        background: rgb(var(--clr--black));
        background: -webkit-linear-gradient(0deg, rgba(var(--clr--black), 0.6) 0%, rgba(var(--clr--black), 0) 100%);
        background: -moz-linear-gradient(0deg, rgba(var(--clr--black), 0.6) 0%, rgba(var(--clr--black), 0) 100%);
        background: linear-gradient(0deg, rgba(var(--clr--black), 0.6) 0%, rgba(var(--clr--black), 0) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#000000", GradientType=1);
    }

    .stories-grid__wrapper {
        gap: 50px;
    }
}

@media only screen and (max-width: 575px) {
    .topics-section__grid > * {
        width: 100%;
    }

    .section-row {
        padding-inline: 10px;
    }
    
    /* .donation-form__column {
        padding-inline: 0 !important;
    } */

    .donation-form__row::before {
        width: calc(100% + 30px);
        left: -15px;
    }

    .donation-form__row::after {
        width: calc(100% + 30px);
        left: -15px;
    }

    .donation-form__img {
        max-height: 240px;
        margin-top: -40px;
    }

    .image-section__caption {
        padding: 50px 15px 15px;
    }

    .image-grid__wrapper > * {
        width: 100%;
    }

    .image-grid__wrapper > * img {
        height: 180px;
    }

    .drop-counts__wave-wrapper_wave-marker {
        width: 21px;
        height: 21px;
    }

    .donation-form__column::before {
        top: calc((100% + 190px) * -1);
    }

    .donation-form__column::after {
        top: calc((100% + 20px) * -1);
    }

    .hero-banner__content-area {
        padding-inline: 20px;
    }
}

@media only screen and (max-width: 480px) {
    .donation-form__img {
        max-height: 200px;
        margin-top: -30px;
    }
}

@media only screen and (max-width: 380px) {
    .donation-form__img {
        margin-top: -20px;
    }
}