  .High-Inventory{
    background-image: url(/SiteData/Images/Category-Images/High-Inventory-Category-Image2.jpg) !important;
    background-position: 80%;
  }


.Page-Banner {
background-image: url();
  background-color:grey;
background-position: 70%;
}  



.Product-Container {
  width: 100%;
  display: inline-block;
  vertical-align: top;
  margin: 10px 10px 30px 0;
  max-width: 250px;
  text-align: left;
}



.High-Inventory-Container {
  text-align: center;
}

.High-Inventory-Container .Product-Image {
 width: 100%;
  max-width: 200px;
}
.High-Inventory-Container .Product-SKU {
  font-size: 14pt;
  font-weight: bold;
  font-family: font-family: 'Roboto', arial, sans-serif;
}
.High-Inventory-Container .Product-Icon {
  height: 17px;
  margin: 10px 0
}




.Product-Title {
  line-height: 15pt;
  margin: 5px 0;
}
.Product-Color {
  font-weight: 300;
}


img.Smaller-Image {
  width: calc(100% - 26px) !important;
  padding: 13px;
  max-width: 180px !important;
}




@media only screen and (min-width: 650px) {

  
.High-Inventory-Container {
  text-align: left;
}
  
.Product-Container {
width: 45%;
  max-width: none;
  }



}


@media only screen and (min-width: 1100px) {

.Product-Container {

width: calc(25% - 13px);
  max-width: none;
  }



}