/* Large only css */
@media (min-width:993px){

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

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

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

div.MatchContainer {
	min-width:29%;
	max-width:32%;
}

div.PageArticleContainer {
	width:80vw;
}

div.PageArticleImageContainerHelper {
	width:80vw;
}




























} /* Width wrap end. */