Find this section and make the height 90% as shown below:
/* Responsive design rules for devices with width less than or equal to 767px */
@media screen and (max-device-width: 767px) {
.bpw-layout {
width: 100% !important;
height: 90%;
right: 0;
bottom: 0;
border-radius: 0;
}
}