temporarily I found this trick
just created a wrapper class for my portfolio “portfolio-lili”
and add this code in my style.css (child theme)
I will adjust the size every time I add more portfolios :/
body #page #main .portfolio-lili{
height: 900px !important;
}
@media screen and (max-width: 480px) {
body #page #main .portfolio-lili {
height: 2500px !important;
}
}