/*
Theme Name: GrandCarRental Child
Theme URI: http://themes.themegoods2.com/grandcarrental/demo
Description: Premium Car Rental Travel Theme
Version: 1.0
Author: ThemeGoods
Author URI: http://themeforest.net/user/ThemeGoods
License: GNU General Public License
License URI: http://themeforest.net/licenses/regular_extended
Text Domain: grandcarrental
Template: grandcarrental
*/


/* Reduce hero header image on single car pages */
#page_caption.hasbg {
    background-size: contain !important;   /* show whole image */
    background-position: center top !important;
    background-repeat: no-repeat !important;
    background-color: #000; /* or #fff depending on theme */
    height: 380px !important;   /* make the hero section smaller */
    max-height: 380px !important;
    padding-top: 20px;
}

/* Remove huge empty space below */
body.single-car #page_caption.hasbg {
    margin-bottom: 10px !important;
}
