.sponsor-logo {
  display: inline-block;
  margin-right: 0.5rem;
}

.sponsor-logo img {
  transition: all ease-in-out .3s;
}

span[class*="-sponsor"] {
  position: relative;
  display: block;
  height: 40px;
  line-height: 40px;
  padding-left: 10px;
  text-transform: uppercase;
  font-weight: bold;
  background-color: #1a202c;
  font-size: 0.875rem;
  color: #fff;
}

span[class*="-sponsor"]::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  background-size: 25px;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #1a202c;
}

span.headline-sponsor::before {
  background-image: url("../../../../dist/img/icons/headline_sponsorship.png");
}

span.pre-awards-bar-sponsor::before,
span.post-awards-bar-sponsor::before,
span.pre-post-bar-sponsor::before {
  background-image: url("../../../../dist/img/icons/pre_post_bar_sponsorship.png");
}

span.isv-sector-sponsor::before,
span.solution-provider-sector-sponsor::before,
span.vendor-sector-sponsor::before,
span.category-sponsor::before {
  background-image: url("../../../../dist/img/icons/category_sponsorship.png");
}

@media (max-width: 639px) {
  .view-sponsors .views-row {
    margin: 0 auto;
    display: block;
    text-align: center;
  }
}

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