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

    #carousel-1-generic .carousel-indicators {
        left: 90%;
    }

    .highQual {
        background: url(../images/high-qualitu-toy.png) no-repeat;
        width: 100%;
        height: 368px;
        background-size: 100%

    }

    .qual {
        margin: 0 auto;
        padding-top: 73px;
        text-align: center;
        width: 201px;
        font-size: 13px;
        font-weight: 500
    }


    .tle, .tle span {
        font-size: 32px
    }


    /*
    #ProductsPage{
        background: url(../images/products-mobile.jpg) #66ccf1 no-repeat center top;
    }

    #AboutPage{
        background: url(../images/about-mobile.jpg) #66ccf1 no-repeat center top;
    }

    #CareersPage{
        background: url(../images/careers-mobile.jpg) #66ccf1 no-repeat center top;
    }

    #ContactPage{
        background: url(../images/contact-mobile.jpg) #66ccf1 no-repeat center top;
    }

    #NewsPage{
        background: url(../images/news-mobile.jpg) #66ccf1 no-repeat center top;
    }

    #StorePage{
        background: url(../images/store-mobile.jpg) #66ccf1 no-repeat center top;
    }

    #Home{
        background: url(../images/home-mobile.jpg) #66ccf1 no-repeat center top;
    }

    */
    #ProductsPage,
    #AboutPage,
    #CareersPage,
    #ContactPage,
    #NewsPage,
    #StorePage,
    #Home {
        background-image: none;
        /*background-color: #66ccf1 ;*/
    }

}