/* @group flowers-pattern HOME
------------------------------------ */

@media only screen and (min-width : 961px) {

    #wrapper .flowers-pattern.home-flowers {

        .background .left {
            width: 79.4rem;
            height: 113.9rem;

            left: -30rem;
            top: 20rem;
        }

        .background .right {
            width: 103rem;
            height: 168.7rem;

            right: -45rem;
            top: 47rem;
        }

        .foreground .left {
            width: 60.7rem;
            height: 101.7rem;

            left: -23rem;
        }

        .foreground .right {
            width: 48.1rem;
            height: 162.8rem;

            right: -21rem;
        }
    }
}


@media only screen and (min-width : 0) and (max-width : 960px) {
    #wrapper .flowers-pattern.home-flowers {
        .left {
            display: none;
        }

        .foreground .right {
            width: 31.4rem;
            height: 130.8rem;

            top: -20rem;
            right: -22rem;
        }

        .background .right {
            width: 48.9rem;
            height: 69.9rem;

            top: 10rem;
            right: -27rem;
        }
    }
}

/* @end */