Please add the following code at the bottom of your assets/theme.scss.liquid file.
.grid-view-item__image-wrapper {
max-width: 343px !important;
max-height: 540px !important;
}
#Collection .grid-view-item__image {
max-width: 343px !important;
max-height: 540px !important;
}
Hope this works.
Thanks!