section[data-cattype="606"]{
    
}

[data-cattype="606"] .related-link .owl-item img{
    filter: grayscale(1);
}

[data-cattype="606"] .related-link .owl-item:hover img{
    filter: grayscale(0);
}


/* Typical laptop screen size*/
@media (max-width: 1400px) {
	
}

/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 980px) {
	
}

/* Mobile screen size - landscape view */
@media (max-width: 767px) {
   
}

/* Mobile screen size */
@media (max-width: 480px) {
      
}