/* ============================================================================================
	HEADER RENTAL SECTION / PATTERN
============================================================================================ */
.hhobar-header-rental-image {
	width: 100%;
	aspect-ratio: 16/9;
	max-height: 400px
}
.hhobar-header-rental-image img {
	width: 100%;
	height: 100% !important;
	object-fit: cover
}

.hhobar-header-rental-cover {
    width: 100%;
	aspect-ratio: 16 / 7;
    min-height: 100px !important;
    max-height: 350px;
}
