/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*
    Add your custom styles here
*/
@media (min-width:768px) {
	.property_hero_img img {
		height:350px!important;
		object-fit:cover;
		top: 0!important;
	}
	.property_hero_img .ug-slide-wrapper, .property_hero_img .ug-item-wrapper, .property_hero_img .ug-slider-inner, .property_hero_img .ug-slider-wrapper {
		height:350px!important;
	}
}

@media (min-width:881px) {
	.property_hero_img img {
		height:450px!important;
		object-fit:cover;
		top: 0!important;
	}
	.property_hero_img .ug-slide-wrapper, .property_hero_img .ug-item-wrapper, .property_hero_img .ug-slider-inner, .property_hero_img .ug-slider-wrapper {
		height:450px!important;
	}
}

@media (min-width:1025px) {
	.property_hero_img img {
		height:550px!important;
		object-fit:cover;	
		top: 0!important;
	}
	.property_hero_img .ug-slide-wrapper, .property_hero_img .ug-item-wrapper, .property_hero_img .ug-slider-inner, .property_hero_img .ug-slider-wrapper {
		height:550px!important;
	}
}
@media (min-width:1201px) {
	.property_hero_img img {
		height:650px!important;
		object-fit:cover;	
		top: 0!important;		
	}
	.property_hero_img .ug-slide-wrapper, .property_hero_img .ug-item-wrapper, .property_hero_img .ug-slider-inner, .property_hero_img .ug-slider-wrapper {
		height:650px!important;
	}
}

@media (min-width:1367px) {
	.property_hero_img img {
		height:750px!important;
		object-fit:cover;	
		top: 0!important;		
	}
	.property_hero_img .ug-slide-wrapper, .property_hero_img .ug-item-wrapper, .property_hero_img .ug-slider-inner, .property_hero_img .ug-slider-wrapper {
		height:750px!important;
	}
}