/*
Theme Name: GardenHub Child
Theme URI: http://steelthemes.com/gardenhub
Author: SteelThemes
Author URI: http://steelthemes.com
Description: Industry, Garden, Engineering & All Industrial Business WordPress Theme
Version: 1.0.0
License: GNU General Public License v2+
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: gardenhub
Domain Path: /lang/
Tags: one-column, two-columns, left-sidebar, right-sidebar, full-width-template, post-formats, theme-options, threaded-comments, translation-ready
Template: gardenhub
*/

.image_full_row img{
	height:480px;
	object-fit:cover;
}

.image_half_width img{
	height:300px;
	object-fit:cover;
}
@media (max-width: 768px) {
	.image_full_row img,
	.image_half_width img {
		height: auto;
		width:100%;
	}
	.vc_custom_1771863500138 .wpb_single_image .vc_figure , .vc_custom_1771863500138 .wpb_single_image .vc_single_image-wrapper {
		display: block;
	}
	.navbar-icon{
		display:none;
	}
}


