Yeah, I made it!
https://www.alexandermahmoud.se/live see the third picture. I edited the maximum height in raw_functions.php and matched it with the CSS.
One more question, how do I turn off the mouse scroll script?
All I can find for now is:
// Enqueue jQuery mousewheel script
wp_register_script(‘mousewheel’, get_bloginfo(‘template_url’).’/js/jquery.mousewheel.min.js’);
wp_enqueue_script(‘mousewheel’);