Hi,
1. Please replace /wp-content/themes/citytours/single-hotel.php file with attachment.
2. Please find following code in /wp-content/themes/citytours/archive-hotel.php file.
<section class="parallax-window" data-parallax="scroll" data-image-src="<?php echo esc_url( $header_img_scr ) ?>" data-natural-width="1400" data-natural-height="<?php echo esc_attr( $header_img_height ); ?>">
And replace with following.
<section class="parallax-window" data-parallax="scroll" data-image-src="<?php echo esc_url( $header_img_scr ) ?>" data-natural-width="1400" data-natural-height="470" style="min-height: <?php echo esc_attr( $header_img_height ) . 'px'; ?>">
And try again.
Regards,
C-Themes