#company{ width: 100%; display: flex; justify-content: space-between; } #company li{ width: 50%; overflow: hidden; background: #000; position: relative; min-height: 450px; transition: all ease .5s; margin: 0 5px; } #company li > img{ position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); } #company li > a{ position: absolute; bottom:0px; left: 0px; right: 0px; background: rgba(0,0,0,0.3); transition: all ease .5s; padding-left:20px; padding-top: 4px; padding-bottom: 6px; } #company li > a img{ width: 40px; } #company li > a h3{ color: #fff; font-size: 18px; margin-top: 14px; margin-bottom: 14px; line-height: 1; word-break: break-all; text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 1; overflow: hidden; } #company li > a p{ word-break: break-all; text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 1; overflow: hidden; color: #fff; font-family: arial; opacity: .4; margin: 0; line-height: 1; margin-bottom: 19px; font-size: 13px; } #company li > a span{ color: #fff; background: rgba(181,3,14,1); padding: 5px 12px; border-radius: 2px; font-size: 12px; position: absolute; bottom: 14px; opacity: 0; transition: all ease .5s; } #company li:hover > a{ padding-bottom: 42px; } #company li:hover > a span{ opacity: 1; } #company li.active1{ width: 80%; }