Hi Tane,
Please add this following css on child theme style.css file to fix your issue.
.effect-st-portfolio {
height: 397px;
}
@media screen and (max-width:1000px) {
.effect-st-portfolio {
height: 332px;
}
@media screen and (max-width:400px) {
.effect-st-portfolio {
height:340px;
}
Let us know if we are understanding fully or perhaps this not what you meant for.
Looking forward for your response.
Thanks