svermassen Hi
1/ You can override with this custom css to reduce the space:
.t3-section .menu-modules .t3-section-inner {
padding: 0px !important;
}
put this code into the file: /templates/ja_restaurant/css/custom.css
2/ Add this custom css to hide that number of photos:
.ja-gallery-list .btn-play {
display: none;
}