/* OAD@15 event-wide hero banner */
.confheader {
  background-color: #05080d !important;
  background-image: url("/event/15/images/7-Indico%20banner.png") !important;
  background-position: center bottom !important;
  background-repeat: no-repeat !important;
  background-size: 100% auto !important;
  box-sizing: border-box;
  padding-bottom: 31.25%;
}

/* The artwork already contains the event title, dates and event strapline. */
.confheader .confTitleBox,
.confheader .confSubTitleBox,
.confheader .simpleTextAnnouncement {
  display: none !important;
}

@media (max-width: 700px) {
  .confheader {
    padding-bottom: 31.25%;
  }
}