/* header cells seem to need a height fix but I don't know if this will break things */
.l-subheader-cell{
	height:100%;
}

/* fix images with max-height style, only max-width works by default */
.max-height-image {
	display:flex;
}
.max-height-image .w-image-h img{
	height:100%;
	width:auto;
}

.website-logo-container svg{
	/* using data URI background isn't reliable in firefox, shortcode is fine as multiple instances get compressed to 1 */
	height:100%;
	max-height:100%;
	display:block;
	margin:auto;
}

/* full height for cells in header mainly, eg svg needs it because it's not got a real height */
.full-height {
	height:100%;
}