@media screen and (max-width: 767px) {
    .bodyLogo {
        display: none;
    }
}

.banner {
    display: table;
    width: 100%;
    background-image: url("../images/sedWP.jpg");
    background-size: cover;
    clear: both;
  }

  .bodyLogo {
      height: 220px;
  }

  .logoSpace {
      text-align: center;
  }