@charset "utf-8";
/* CSS Document */

h5 {text-align:center; }

#products-header {font-size:1.2em; font-weight:bold; }
.prod-outer {width:200px; height:200px; padding:20px; margin-right:20px; margin-bottom:10px; float:left; position:relative; }
.prod-inner {position:absolute; top:50%; left:50%; transform: translate(-50%,-50%); width:90%; height:90%; }
