#banner-wrapper {
  /*width: 100%;*/
  height: 175px
}

@media (max-width: 767px) {
  #banner-wrapper {
    height: 80px;
  }
}

#banner {
  background-image: url('../images/topBan.jpg');
  background-position: left;
  background-size: cover;
  background-clip: border-box;
  background-repeat: no-repeat;
  height: auto;
  width: 100%
}

#footer-wrapper {
  height: 100px;
  background-color: #235884;
}

#footer-wrapper > div {
  text-align: center;
  font-size: 1.5rem;
  height: 100%;
  /*width: 100%;*/
}

#footer-wrapper svg,
#footer-wrapper a {
  max-height: 100%;
  text-decoration: none;
  color: #fff;
}

#footer-wrapper a {
  display: block;
  height: 100%;
  width: 100%;
  padding: 2rem 0;
}

#footer-wrapper a:hover {
  background-color: #3771a1;
}


/*
    Invintus
 */
.invintus-player,
#invintus-event-listing {
  padding: 2rem;
}
