.project { background: #FFF; height: 370px; width: 300px; font-size: 14px; box-shadow: 0 4px 4px 0 rgba(0, 0, 0, .14), 0 6px 2px -4px rgba(0, 0, 0, .2), 0 2px 10px 0 rgba(0, 0, 0, .12); margin: 25px 30px; text-align: center; clear: all; float: left; border-radius: 0.25em; border: .5rem; border-color: #6272a4; padding-top: 12px; } .project-img { z-index: -1; max-width: 90%; max-height: 234px; transition: all 1s; } .project-img:hover { transform: scale(1.1); background: rgba(133,133,133,.95) } .project-btm { width: 300px; height: 103px; background-color: #343a40; color: white; border-bottom-right-radius: 0.25em; border-bottom-left-radius: 0.25em; font-weight: 540; font-size: 18px; padding-top: 33px; z-index: 1; } .project-link-text { text-decoration: none; color: white; } .project-link-text:hover { color: #fd7e14; } .project-btm-sec { position: relative; } .project-btm-sec div { position: absolute; } .project-btm-overlay { margin-left: 40px; width: 200px; height: 100px; background-color: #FFF; color: white; border-radius: 0.25em; font-size: 16px; box-shadow: 0 4px 4px 0 rgba(0, 0, 0, .14), 0 6px 2px -4px rgba(0, 0, 0, .2), 0 2px 10px 0 rgba(0, 0, 0, .12); color: #555; padding: 10px 10px 10px 10px; z-index: 0; transition: all 0.5s ease-in-out; } .project-btm:hover + .project-btm-overlay { transform: translateY(-100px); }