.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,.5);box-shadow:0 0 16px rgba(0,0,0,.5);-webkit-perspective:1000px;perspective:1000px}.product-inner.green{background-image:-webkit-gradient(linear,left top,right bottom,from(#60ffb8),to(#116430));background-image:linear-gradient(to bottom right,#60ffb8,#116430)}.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-image-wrap{position:relative;z-index:1;-webkit-transform-origin:center;transform-origin:center}.product-image-wrap .image{width:100%;-webkit-filter:drop-shadow(0 0 12px rgba(0,0,0,.23));filter:drop-shadow(0 0 12px rgba(0,0,0,.23))}.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:120px;font-weight:900;opacity:.4;-webkit-transform-origin:center;transform-origin:center}.product-detail{background-color:#fff;padding:25px;margin:0 -25px -25px}.product-detail h2{font-size:24px;font-weight:700;color:#616161;margin-bottom:15px}.product-detail p{font-size:14px;line-height:1.5;font-weight:300;color:#676767;text-align:justify}*{margin:0;padding:0;-webkit-box-sizing:border-box;box-sizing:border-box}body{font-family:monseratt,sans-serif}main{width:100vw;height:100vh;overflow:hidden;background-color:#fff;-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}