#wrapper .headerv2-container header.slimheader-v2 .slim-logo {
	display: flex;
	flex-flow: row;
	align-items: end;
	align-self: stretch;

	&::before {
		content: "";
		display: block;
		width: auto;
		height: 80%;
		min-height: 38px;
		aspect-ratio: 507 / 102;
		background-image: url("/content/pwc/script/network/pwc-legal/logo.svg");
		background-position: center;
		background-size: cover;
		background-repeat: no-repeat;
	}
}
