div.woocommerce-loop-product__attribute_badges{
    margin: 0.1em 0 .75em 0;
	overflow-x: scroll;
	white-space: nowrap;
	scrollbar-width: none;
}
.custom-attribute_badge-nav-list__graphic{
	display: inline-block;
	height: 1.5em;
	margin: 5px 2px;
	padding: 0;
	position: relative;
	width: 1.5em;
}
.custom-attribute_badge-nav-list__graphic > img{
   max-width: 100%;
   height: auto;
}

@media screen and (min-width: 550px) {
  div.woocommerce-loop-product__attribute_badges{
	white-space: normal;
  }
}