/* Medium devices (tablets, 768px and up)
============================= */

@media (min-width: 768px) {


    .tab-img{
        background-position: center center;
        background-size: cover;
        height: 235px;
        margin-right: 10px;
    }


    .product-tabs-wrapper  {
        margin-top: 50px;
        margin-bottom: 10px;
    }



    .article-header {
        background-color: #4c4c4c;
        margin-bottom: 10px;
        padding: 20px;
        position: relative;
        height: 150px;
        padding: 20px 0;
        text-transform: uppercase;
        position: relative;
        bottom: 0;
        left: 0;

    }

    .article-header .title-wrap .entry-title,
    .article-header .title-wrap h1
    {
        color: #fff;
        margin-bottom: 0;
        font-size: 25px;
        letter-spacing: 1px;
        text-align: center;
        padding: 20px;
        text-transform: uppercase;
        position: absolute;
        bottom: 0;
    }

    /* PRODUCT GALLERY SECTION
============================= */
    .product-gallery{
        max-height:264px;overflow: hidden;
    }

    .sidebar-box{
        max-height:264px;overflow: hidden;
    }



}
/* END Medium devices (tablets, 768px and up)
============================= */