body .uws-event .uwseventdescr .uwstitle {
  position: relative;
  color: transparent;
}

body .uws-event .uwseventdescr .uwstitle::after {
  content: "ABOUT OASIS ICE RINK";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  color: #333333;
}

/* UWS-6256 @Axl */
body .uv-calendar-table tbody {
  position: relative;
}

body .uv-calendar-table tbody:before {
  background-image: url(../1606177/assets/BackgroundCalendar.jpeg);
  background-position: center;
  background-size: cover;
  content: " ";
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 1;
}

body .uv-calendar-table tbody td .datelabel {
  font-weight: 700;
  background: black;
  color: white;
  text-align: center;
}

body .uv-calendar-table tbody td {
  background-color: #ffffff70;
}
/* End UWS-6256 @Axl */

body .uv-flyerbox {
    background-position: center;
    background-size: auto 50%;
}


/* @egt [FES-4901] */
ul.uv-calullist li:has(a[href*="eventcode=EVE160617700420251202"]),
ul.uv-calullist li:has(a[href*="eventcode=EVE160617700420251209"]),
ul.uv-calullist li:has(a[href*="eventcode=EVE160617700420251211"]),
ul.uv-calullist li:has(a[href*="eventcode=EVE160617700420251216"]),
ul.uv-calullist li:has(a[href*="eventcode=EVE160617700420260102"]) {
  display: none;
}

/* @egt [FES-4901] */
.uv-calendar-list.uv-eventslist .uv-event-item[data-eventcode="EVE160617700420251202"],
.uv-calendar-list.uv-eventslist .uv-event-item[data-eventcode="EVE160617700420251209"],
.uv-calendar-list.uv-eventslist .uv-event-item[data-eventcode="EVE160617700420251211"],
.uv-calendar-list.uv-eventslist .uv-event-item[data-eventcode="EVE160617700420251216"],
.uv-calendar-list.uv-eventslist .uv-event-item[data-eventcode="EVE160617700420260102"] {
    display: none;
}

/* @egt [FES-4901] */
.owl-item:has(a[href*="EVE160617700420251202"]),
.owl-item:has(a[href*="EVE160617700420251209"]),
.owl-item:has(a[href*="EVE160617700420251211"]),
.owl-item:has(a[href*="EVE160617700420251216"]),
.owl-item:has(a[href*="EVE160617700420260102"]) {
    display: none;
}