#header .banner a {
  max-height: 65px;
  position: relative;
  padding: 5px 15px;
  text-align: center;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px 10px;
  font-size: 15px;
  text-transform: uppercase;
}

#header .banner a::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
}

#header .banner a * {
  z-index: 2;
  position: relative;
  display: inline-block;
  line
}

#header .banner a .msg {
  color: white;
}

#header .banner a .btn-banner {
  font-weight: 600;
  color: #232323;
  background: white;
  padding: 5px 10px;
  border-radius: 6px;
}

#header .banner a img {
  display: block;
  width: 100%;
  height: 100%;
  max-height: 65px;
  max-width: 1170px;
}

/*# sourceMappingURL=blockbanner.css.map */