body { margin: 0; } .vizitka { border: 2px black solid; border-radius: 8px; width: 300px; height: 100px; position: relative; margin: 100px; /* overflow: hidden; */ } .vizitka:hover .info { visibility: visible; opacity: 1; } .vizitka:hover .cloud { visibility: visible; opacity: 1; } img { border: 1px black solid; border-radius: 5px; float: left; margin: 10px; height: 60px; width: 72px; height: 72px; } .text { line-height: 0.8; overflow: hidden; } blockquote { font-size: 20px; margin-top: 10px; } div > p { font-size: 15px; line-height: 0.1; } .info { position: absolute; bottom: 129%; left: 85px; visibility: hidden; transition: all 0.2s linear; opacity: 0; text-align: center; width: 150px; font-size: 25px; z-index: 3; } .cloud { width: 150px; height: 60px; position: absolute; bottom: 102%; left: 85px; margin: 0; z-index: 2; visibility: hidden; transition: all 0.2s linear; opacity: 0; border: 1px white solid; }