.banner-body {
  padding: 25px;
  min-height: 230px;
  background-position: top left;
  background-repeat: no-repeat;
  background-size: cover;
  color: white;
}
.banner-logo {
  width: 80%;
  display: block;
  margin: 0 auto;
  text-align: center;
}
.banner-content {
  position: relative;
}
.banner-content .banner-edit-link {
  position: absolute;
  top: 0;
  right: 0;
  background-color: black;
  color: white;
  padding: 4px 8px;
  opacity: 0.25;
}
.banner-content .banner-edit-link:hover {
  opacity: 1;
  text-decoration: none;
}
.banner-logo img {
  max-width: 100%; 
  display: inline-block;
}

@media (max-width: 992px) {
  .banner-body {
    min-height: 170px;
   }
}