/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */
/*#products .product-miniature, .featured-products .product-miniature {
    margin: 0 auto;
    max-width: 50%;
}*/

@media (max-width:576px)
{
	#products .thumbnail-container, .featured-products .thumbnail-container, .product-accessories .thumbnail-container, .product-miniature .thumbnail-container {
		position: relative;
		margin-bottom: 1.5625em;
		height: 318px;
		width: 160px;
		background: #fff;
		box-shadow: 0 0 5px 3px rgba(0,0,0,.05);
	}
	
	#products .highlighted-informations, .featured-products .highlighted-informations, .product-accessories .highlighted-informations, .product-miniature .highlighted-informations {
    position: absolute;
    bottom: 1.25rem;
    z-index: 0;
    background: #fff;
    text-align: center;
    width: 160px;
    height: 3.125rem;
    padding-top: .3125rem;
    box-shadow: 0 -5px 10px -5px rgba(0,0,0,.2);
    transition: bottom .3s;
	}

	#products .product-description, .featured-products .product-description, .product-accessories .product-description, .product-miniature .product-description {
	 position: absolute;
	 z-index: 1;
	 background: #fff;
	 width: 160px;
	 bottom: 0;
	 height: 95px;
	}	
}