/*
Theme Name: Impreza Child
Template: Impreza
Version: 1.0
Author:	UpSolution
Theme URI: http://impreza.us-themes.com/
Author URI: http://us-themes.com/
*/

/*Add your own styles here:*/

.w-image.has_ratio img {
	top: -60px;
}

#page-header .w-nav {
	background-color: rgba(255,255,100, 0.5);
	border-radius: 15px;
	padding: 0 15px;
}

#page-header.sticky .w-image.has_ratio img {
	top: 0;
}

@media (min-width: 0px) and (max-width: 1024px) {

	.w-image.has_ratio img {
		position: absolute !important;
		top: 50px;
		left: 20px;
		right: auto;
		height: 350%;
		width: auto;
		object-fit: contain;
	}
	
	.l-subheader.width_full .l-subheader-h { 
		position: absolute;
		width: 100%;
	}
	
	#page-header.sticky .w-image.has_ratio img {
		top: 10px;
		height: 325%;
	}
}

@media (min-width: 1025px) {

	.w-image.has_ratio img {
		height: 450%;
		object-fit: contain;
	}

	#page-header.sticky {
		background-color: rgba(72, 72, 42, 0.5);
	}

	#page-header.sticky .w-image.has_ratio img {
		height: 250%;
		margin-top: -25px;
	}
}