/* This container class will allow a table to scroll horizontally on smaller screens. */
.hscroll {
  overflow-x: auto; /* Horizontal */
}

/*Twig file template product category.twig added newclass to line 129 */
@media screen and (max-width:768px) {
        .product-layout.product-grid.col-lg-4.col-md-4.col-sm-6.col-xs-12,
	.product-layout.product-list.col-xs-12.newclass {
        width: 50%;
    }
}

.responsive {
  max-width: 100%;
  height: auto;
}