.coverImage{
    aspect-ratio: 1/.5;
    border-radius: 7px;
}
@media screen and (min-width:769px) {
    .coverImage{
        max-height: 400px;
    }
}