.schedule {display: none;}

.linksRemoved {cursor:default;color:black !important;}

.panellayout .featured-content-media {
  padding-bottom: 56.25%;
  position: relative;
  display: block;
  overflow: hidden;
}

.panellayout .featured-content-media img {
  max-width: 100%;
  min-width: 100%;
  min-height: auto;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
}

/* Schedule/Tickets at full size */
@media screen and (min-width: 812px) {
	#ticketing-widget table ul {padding-left: 0;}
	#ticketing-widget table .table-header {padding-left: 0;}
	#ticketing-widget li.column1, #ticketing-widget .table-header.column1 {
		width: 33.5%;
		display: table-cell;}
	a.buy_tickets {font-size: 0.9em;}
}