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

/*Add your own styles here:*/

/*
 * Zephyr sizes header logos through inherited heights. Safari can resolve that
 * chain as auto and expand this image to the full header width. Give the image
 * an explicit percentage height so it stays inside the responsive logo box.
 */
.l-header .ush_image_1 img {
	display: block;
	width: auto !important;
	height: 100% !important;
	max-width: none !important;
	max-height: 100% !important;
}
