    /* ####################################################
    :: Template Name: Essence - Fashion Ecommerce Template
    :: Author: Colorlib
    :: Author URL: https://colorlib.com
    :: Description: Essence is smart & elegant fashion e-commerce Template. It's suitable for all e-commerce business platform.
    :: Version: 1.0.0
    :: Created: April 27, 2018
    :: Last Updated: May 2, 2018
    #################################################### */

    /* ---------------------------------------
    ##### - PLACE YOUR CUSTOM CSS HERE - #####
    --------------------------------------- */
    @media screen and (max-width : 700px) {
        .plateau_wrapper {
            max-width: 100%;
        }
    }

    @media screen and (min-width : 701px) and (max-width: 800px) {
        .plateau_wrapper {
            max-width: 90%;
        }
    }

    @media screen and (min-width : 801px) and (max-width: 1000px) {
        .plateau_wrapper {
            max-width: 80%;
        }
    }

    @media screen and (min-width : 1001px) and (max-width: 1200px) {
        .plateau_wrapper {
            max-width: 60%;
        }
    }

/*     @media screen and (min-width : 1201px) {
        .plateau_wrapper {
            max-width: 680px;
        }
    } */
    
