  @media screen and (max-width: 480px){
	.header-img a{
		display:block;
		width:280px;
		height:106px;
		background-image:url("/content/dam/bc1/schools/carroll/newsletters/Winston-Update-news-masthead-mobile280x106.png");
		background-repeat: no-repeat;
	}

	.header-img img
	{
		display:none;
	}
}