  /* LAYOUT */
.widget-row {
    margin: 0rem;
  }
  .wrapper > .inner {
    width: 100% !important;
  }
  /* HEADER */
  #header {
      background-color: white !important;
  }
  #header.alt {
      background-color: transparent !important;
  }
  #header::before {
  content: "";
  background-image: url("https://www.edinburgh.gov.uk/georgestreet/images/logo600tran.png");
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  height: 7em;
  width: 8em;
  margin: 0.5em;
  }
  #header.alt::before {
      width: 12em;
      height: 10em;
      margin: 1em;
  }
  @media screen and (max-width: 736px){
      #header.alt::before {
          width: 8em;
          margin: 0.3em;
      }
  }
  /* BANNER */
  #banner h2 {
      display: none;
  }
  #banner .more {
      background-color: rgba(3,3,3,0.7);
  }
  #banner .more:focus, 
  #banner .more:hover {
  background-color: var(--gs-green) !important;
  color: #fff !important;
  outline: 1px solid #000;
  }
  