/*ddcsrmcguire VLP Image Sizing*/
.inventoryList .media img, .inventoryList .ddc-media img {height: auto;width: auto;}

/* franckbarfety M-00259742 */
.storefront {position: absolute; display: block; top: 27px; left: 340px;}
img.storefront {width: 380px;
image-rendering: -moz-crisp-edges; /* Firefox */
image-rendering: -o-crisp-edges; /* Opera */
image-rendering: -webkit-optimize-contrast;/* Webkit (non-standard naming) */
image-rendering: crisp-edges;
-ms-interpolation-mode: nearest-neighbor;  /* IE (non-standard property) */}
.page-header.sticky-header-nav.shrink-header-nav .storefront {display: none;}

.buttons .links-list {max-width: 960px; margin: auto; }
.buttons .links-list li {width: 20%; float: left; padding: 5px;}