@charset "UTF-8";
/* CSS Document */



.banner {
  height: 80px;
  overflow: hidden;
  background-color: #bfb4a2;
  margin-bottom: 10px;
}

.banner img {
  height: 100%;
  width: auto;
  object-fit: cover;
  object-position: center;
  display: block;
  margin: 0 auto;
}

@media (min-width: 540px) {
.banner {
  height: 100px;
  margin-bottom: 20px;
}}