.product{-webkit-box-flex:1;-ms-flex:1 1 33.333%;flex:1 1 33.333%;width:100%;padding:25px}.product-inner{position:relative;padding:25px;-webkit-box-shadow:0 0 16px rgba(0,0,0,.25);box-shadow:0 0 16px rgba(0,0,0,.25);-webkit-perspective:1000px;perspective:1000px}.product-inner.green{background-image:-webkit-gradient(linear,left top,right bottom,from(#24d484),to(#116432));background-image:linear-gradient(to bottom right,#24d484,#116432)}.product-inner.blue{background-image:-webkit-gradient(linear,right top,left bottom,from(#24d484),color-stop(70%,#2474c4));background-image:linear-gradient(to bottom left,#24d484,#2474c4 70%)}.product-inner.pink{background-image:-webkit-gradient(linear,left top,right bottom,from(#f444a4),to(#1168d4));background-image:linear-gradient(to bottom right,#f444a4,#1168d4)}.product-text-wrap{position:absolute;top:0;left:0;right:0;bottom:0;z-index:0;overflow:hidden;-webkit-perspective:1000px;perspective:1000px}.product-text-wrap h2{color:#313131;font-size:128px;font-weight:900;opacity:.2}.product-image-wrap,.product-text-wrap h2{-webkit-transform-origin:center;transform-origin:center}.product-image-wrap{position:relative;z-index:1}.product-image-wrap .image{width:100%;-webkit-filter:drop-shadow(0 0 12px rgba(0,0,0,.25));filter:drop-shadow(0 0 12px rgba(0,0,0,.25))}.product-detail{background-color:#fff;padding:25px;margin:0 -25px -25px}.product-detail h2{font-size:24px;font-weight:700;color:#676767;margin-bottom:15px}.product-detail p{font-size:14px;line-height:1.5;font-weight:300;color:#676767}*{margin:0;padding:0;-webkit-box-sizing:border-box;box-sizing:border-box}body{font-family:montseratt,sans-serif}main{width:100vw;min-height:100vh;overflow:hidden;background-color:#eee;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.products,main{display:-webkit-box;display:-ms-flexbox;display:flex}.products{max-width:1280px;padding:25px;margin:0 auto}