/* Medium only css */
@media (min-width:601px) and (max-width:992px){

.TopLinksSquish {
	flex-direction:row;
	flex-basis:100vw;
}

img.LodgingEx {
  display: inline-block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 20vh;
  margin: 5px;
}

img.SponsorLogo {
	display:block;
	width:auto;
	height:auto;
	max-width:100%;
	max-height:33vh;
	margin:auto;
}

div.MatchContainer {
	min-width:45%;
	max-width:50%;
}

div.PageArticleContainer {
	width:85vw;
}

div.PageArticleImageContainerHelper {
	width:85vw;
}





















} /* Width wrap end. */