/* Small devices (landscape phones, 576px and up)
============================= */

@media (min-width: 576px) {

    /* article header
    ============================= */

    .article-header{

        background-color: #4c4c4c;
        margin-bottom: 10px;
        padding: 20px;
        position: relative;
        height: 100px;

    }

    .product-slogan-small {
        text-align: center;
        padding: 15px;
    }


    h1.product_title{
        text-align: center;
    }


    .slick-slide img {
        display: block;
        margin: auto;
    }


    /* PRODUCT GALLERY SECTION
    ============================= */
    .product-gallery{
        max-height:198px;overflow: hidden;
    }

    /* MOBILE LANDSCAPE MENU
    ============================= */

    .mobile-logo-landscape{
        line-height: 5;
    }

    .mobile-landscape-menu{
        float: right;
    }

    .mobile-landscape-menu ul{
        float: right;
    }

    .mobile-landscape-menu ul li{
        list-style: none;
        float: right;
    }

    .mobile-landscape-menu ul li a {
        padding: 10px;
        display: block;
        text-transform: uppercase;
        font-size: 12px;
        color: #fff !important;
        line-height: 4;

    }



}
/* END Small devices (landscape phones, 576px and up)
============================= */

