The height of the full width post title is different from other modules. The map module for example is 618px high. Use the following css to give the full width post title the same height.
/* -- START change fullwidth post title height -- */
/* -- approximately the same as map module -- */
.hws_full_width_post_title_height {
height: 32vw !important;
}
/* -- END change fullwidth post title height -- */
Code language: CSS (css)