.category-set { display:block; }
.texture-block { position:relative; float:left; width:74px; margin-right:10px; margin-bottom:10px; background: #102945; box-shadow: 4px 4px 1px rgba(0, 0, 0, 0.3); border-radius: 5px; padding:5px; }
.texture-block .vignette img { width:64px; height:64px; display:block; transform: scale(1,1) translateZ(0); transition:transform 0.2s ease-in-out; }
.texture-block:hover .vignette img { transform: scale(1.2,1.2) translateZ(0); }
.texture-block .image { position:absolute; overflow:hidden; left:050%; top:-100%; width:0128px; heightmargin-left:0-64px; display:block; transform: scale(01,0) translateZ(0) translateY(20px); transition: all 0.2s ease-in-out; opacity:0; transform-origin:50% 100%; }
.texture-block .image img { max-width:100%; display:block; }
.texture-block:hover .image { width:auto; height:auto; transform: scale(1,1) translateZ(0) translateY(0); opacity:1; }
.texture-block p { text-align: center; }
.texture-block p a { color:#b6cbdf; }
.texture-block p a:hover { color:#fff; }