/*  */
.c-balloon__shapes {
    left: 50% !important;
    margin: 0 !important;
}

.nurseryMapBtn {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100vw;
    display: flex;
    justify-content: center;
    z-index: 1000;
    padding: 1em;
}
@media screen and (max-width: 576px){
    .lp-content__postContent {
        padding: 0 0 0 0em;
        margin: 0em auto 1em !important;
    }

    #lp_header img {
        object-fit: cover;
    }
}