.focus-front-page .custom-header-media,.home.news .custom-header-media {
		max-width:100%;
		width:100%;
		position:relative;
		}
		.focus-front-page.has-header-image .custom-header-media img,.home.news.has-header-image .custom-header-media img {
		height:auto;
		-o-object-fit:contain;
		object-fit:contain;
		width:100%;
		min-height:0;
		-ms-transform:none;
		-moz-transform:none;
		-webkit-transform:none;
		transform:none;
		}
		.focus-front-page.has-header-image .custom-header-media,.home.news.has-header-image .custom-header-media,.admin-bar.focus-front-page.has-header-image .custom-header-media,.admin-bar.home.news.has-header-image .custom-header-media {
		height:0;
		padding-bottom:60%;
		}
		@media (max-width: 782px) {
		.focus-front-page.has-header-image .custom-header-media,.home.news.has-header-image .custom-header-media,.admin-bar.focus-front-page.has-header-image .custom-header-media,.admin-bar.home.news.has-header-image .custom-header-media {
		padding-bottom:52%;
		}
		}
		@media (max-width: 480px) {
		.focus-front-page.has-header-image .custom-header-media,.home.news.has-header-image .custom-header-media,.admin-bar.focus-front-page.has-header-image .custom-header-media,.admin-bar.home.news.has-header-image .custom-header-media {
		padding-bottom:45%;
		}
		}
		.has-header-image.focus-front-page .custom-header,.has-header-image.home.news .custom-header {
		display:block;
		height:auto;
		}
		.has-header-image.focus-front-page .site-branding,.has-header-image.home.news .site-branding {
		position:absolute;
		top:0;
		}