.banner__date {
  width: 100%;
  display: flex;
}

.banner__date:empty {
  display: none;
}

.banner__date span {
  min-width: fit-content;
  min-width: -moz-fit-content;
  display: block;
  display: -ms-grid;
  -ms-grid-columns: max-content;
  font-size: 1.75rem;
  font-weight: 800;
  text-transform: uppercase;
}

.banner__date:before, .banner__date:after {
  content: " ";
  width: inherit;
  display: inline-block;
  align-self: center;
  height: 0;
  border: 3px solid #222;
}

.banner__date:before {
  margin: 0px 12px 0px 0px;
}

.banner__date:after {
  margin: 0px 0px 0px 12px;
}
