    /*espot*/

    #page {
        max-width: 1440px !important;
        margin: 0 auto;
    }

    /*banner*/

    .bannerDesktop,
    .bannerMobile {
        width: 100%;
        height: auto;
    }

    .bannerMobile {
        padding-top: 60px;
    }

    /*text*/

    .textContainer {
        width: 100%;
        padding: 40px 40px 0;
        text-align: center;
    }

    .textContainer__h2 {
        color: #555;
        font-family: "brandon_black", Helvetica, Arial, sans-serif;
        font-weight: bold;
        font-style: normal;
        text-transform: uppercase;
        margin: 50px 0 0 0;
        font-size: 28px;
        letter-spacing: 2px;
    }

    .textContainer__p {
        max-width: 70%;
        display: inline-block;
        font-family: "brandon_regular", Helvetica, Arial, sans-serif;
        font-weight: bold;
        font-style: normal;
        text-transform: none;
        margin: 20px 0 0 0;
        font-size: 16px;
        line-height: 20px;
        letter-spacing: 2px;

    }

    /*cta*/

    .ctaContainer {
        width: 100%;
        margin: 20px auto 100px;
        text-align: center;
    }

    .ctaContainer__a {

        font-family: Roboto, sans-serif;
        text-align: center;
        /*        border-radius: 22px;*/
        min-width: auto;
        padding: 9px 25px;
        font-size: 16px;
        font-weight: 400;
        color: #555;
        background: #fff;
        border: solid 2px #555;
        line-height: normal;
        letter-spacing: normal;
        text-shadow: none;
        box-shadow: none;
        -webkit-transition: all .6s;
        transition: all .6s;
        text-transform: uppercase;
    }

    .ctaContainer__a:hover {
        color: #fff;
        background-color: #555;
    }

    /*tricks*/

    /*  -- hide/show --  */

    .display-desktop {
        display: block;
    }

    .display-mobile {
        display: none;
    }

    @media screen and (max-width: 420px) {

        .display-desktop {
            display: none;
        }

        .display-mobile {
            display: block;
        }
    }

    /*  -- clear float --  */

    .clear-float {
        height: 0px;
        font-size: 0px;
        line-height: 0px;
        clear: both;
    }

    /*  -- espot styles --  */

    .espot-2.banner-img,
    #trends .espot-3 {
        display: none !important;
    }

    #page-wrapper.full #page #main_content_wrapper {
        margin: 0 auto !important;
    }

    /*  -- mobile --  */

    @media screen and (max-width: 420px) {

        .textContainer {
            padding: 0 20px !important;
        }

        .textContainer__h2 {
            font-size: 7vw;
            line-height: 8vw;
            margin-top: 10px;
        }

        .textContainer__p {
            max-width: inherit;
        }

        .ctaContainer {
            margin-top: 40px;
        }

        #collectionsPage .collectionInfo p,
        .textContainer {
            padding: 0;
        }

        #collectionsPage .collectionInfo p:before {
            content: "";
        }

        #collectionsPage #breadcrumb {
            margin-top: 0;
            border-top: 0;
        }

    }
