/* Brand override styles for NHS Highland */

.wrapper-title .wrapper {
	background-position: 95% 0px;
    background-size: 42px;
    background-image: url(../images/logo-nhs-highland.png);
}

@media only screen and (min-width: 480px) {
	.wrapper-title .wrapper {
	    background-position: 92.5% 2px;
    	background-size: 79px;
	}
}

