.product{position:relative;width:100%;height:215px;border-radius:5px;background:#fff;overflow:hidden}.product .imgbox{height:100%;box-sizing:border-box}.product .imgbox img{width:100%;height:100%;margin:0 auto;object-fit:fill}.specifies{position:absolute;width:100%;bottom:-35px;background:#0f2027f0;background:linear-gradient(0deg,#2c5364f0,#203a43f0,#0f2027f0);padding:10px;box-sizing:border-box;transition:.5s;border-radius:0 5px 5px 0;height:100px}.product:hover .specifies{bottom:0;height:auto;transition:.5s}