/** Very Thin */
@media only screen and (max-width: 420px) {
    #middleDiv {
        min-height: 800px !important;
    }
}

/** Mobile */
@media only screen and (max-width: 767px) {

    #leftQuote {
        text-align: left !important;
        padding-bottom: 20px;
    }

    #rightQuote {
        text-align: right;
    }

    #middleDiv {
        min-height: 600px;
    }
}

/** Tablet */
@media only screen and (max-width: 991px) {

    /*#middleDiv {*/
        /*height: 600px;*/
    /*}*/
}

#grassDiv {
    min-height: 350px;
    max-height: 450px;
    background: url('/images/home/green-grass.png');
    background-size: cover;
}

#topText {
    margin-top: 50px;
    font-weight: bold;
    font-size: 54px;
}

#middleDiv {
    height: 500px;
}

#bottomDiv {

    margin-top: -50px;
}

#bluesBagSetClip {

    position: relative; bottom: -50px; width: 120%; max-width: 750px;
}

#redBagsClip {
    width: 400px;
    position: relative;
    left: -75px;
    top: -140px;
    transform: matrix(0.98, 0.19, -0.19, 0.98, 0, 0);
}
