.box img{
    height: 800px;
}
.box{
    display: flex;
    align-items: center;
    justify-content: center;
}
@media(max-width:500px){
    .box img{
    height: 500px;
}
}