.ellipsis{max-height:50px;overflow:hidden;transition:max-height .5s ease}.ellipsis:hover{max-height:250px;overflow:visible;white-space:normal;cursor:pointer}