@media screen and (max-width: 578px){
	.product-brief .properties img{
  		width: 100% !important;
 	}
  .product-brief .properties{
  	overflow-x: scroll;
  }
}