section[data-cattype="401"] {
width: 100%;
padding: 50px 0px 0px 0px;
background-attachment: fixed !important;
background-position: center !important;
background-repeat: no-repeat !important;
background-size: cover !important;
}

section[data-cattype="401"] h2{
    margin-bottom: 30px;
    color: #fff;
}


section[data-cattype="401"] .nav-tabs.nav-stacked {
    margin-top: 15px;
}





/* ipad screen size */
@media (max-width: 768px) {
    
    section[data-cattype="401"].wrapper_middle{
    padding: 50px 0px 30px 0px;
    }
    
}


/* Mobile screen size */
@media (max-width: 480px) {
    
    .grid_item img.product_img_line {
	background-size: cover;
}
      
}