.or-image-container {
	position: relative;
	overflow: hidden;
	max-height: 400px;
	
}
.or-filter-white {
	filter: opacity(50%) brightness(100%);
	height: auto;
   	width: 100%;
}
.or-image-text {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	font-family: 'Corinthia', serif;
	font-size: 60px;
	text-shadow: -1px -1px 0 white, 1px -1px 0 white, -1px 1px 0 white, 1px 1px 0 white;
}
.or-image-subtext {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  font-family: Arial, sans-serif;
  font-size: 16px;
  text-shadow: none;
  text-shadow: -1px -1px 0 white, 1px -1px 0 white, -1px 1px 0 white, 1px 1px 0 white;
}

@media only screen and (max-width: 767px) {
  .or-image-subtext {
    display: none;
  }
}
.or-image-subtext-mobile {
  display: none;
}

@media only screen and (max-width: 767px) {
  .or-image-subtext-mobile {
    display: block;
  }
}

@media (min-width: 992px) {
  .event-info-container {
    display: flex;
    flex-wrap: wrap;
  }
  .event-info-container p {
    width: 50%;
  }
}

@media (max-width: 991px) {
  .event-info-container {
    display: block;
  }
  .event-info-container p {
    width: 100%;
  }
}






