.animate__animated {
width: 480px;
height: 250px;
position: center;
overflow: hidden;
}

.animate__animated img {
max-height: 250px;
position: absolute;
left: 50%;
margin-left: -240px;
}