@media only screen and (max-width : 479px) {
	
	/* Added to prevent slider captions from bleeding into the divs below on mobile portrait views - 4/1/2020 - BD */	
	.slider-caption-landing {
		max-width: 370px;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}
	.slider-caption-landing .read-more {
		display: none;
	}

}	

.container {
	max-width: 1300px !important;
}

a.eventlink:visited {
	color: #fff;
}

#snapshot-infinite img {
	width: 100% !important;
	height: 100% !important;
}