@media (min-width: 992px) {

    #hero-section {
        height: 50vh;
    }

    #third-section {
        padding: 3rem;
    }

    #fourth-section {
        /*padding-top:0;*/
    }

    .wave-transition {
        z-index: var(--wave-index);
    }

    .below-wave {
        /*padding-top: 10rem;*/
    }

    .above-wave {
    }

    #second-transition-icons img.gift-card-icon {
        max-height: 15rem;
        /*max-width: 100%;*/
        position: relative;
        bottom: 20rem;
    }

    #second-transition-icons img.jumping_jack_icon {
        max-height: 15rem;
        /*max-width: 100%;*/
        position: relative;
        bottom: 12rem;
    }

    #lg-header-circle-1 {
        position: absolute;
        top: -30rem;
        right: -50rem;
        width: 120rem;
        height: 70rem;
        border-radius: 50%;
        border: 3px dashed #80ffcf33;
        z-index: 10;
    }

}