.sponsor-slider {
  text-align: center;
  position: relative;
  margin-bottom: 3em;
  height: 150px;
  transition: 0.5s ease-in-out;
  padding-bottom: 50px;
}

.sponsor-slider .sponsor-logo {
  height: 80%;
  width: 100%;
  position: relative;
}

.sponsor-slider .sponsor-logo img {
  width: auto;
  max-width: 90%;
  max-height: 100%;
  height: auto;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  object-fit: contain;
}

.sponsor-slider .sponsor-text {
  width: 100%;
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
  padding-top: 15px;
  font-weight: 700;
}

.sponsor-slider .carousel-control-prev {
  left: -10%;
  top: 0;
}

.sponsor-slider .carousel-control-next {
  right: -10%;
  top: 0;
}

.sponsor-slider .carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ee7209'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}

.sponsor-slider .carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ee7209'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.sponsor-slider-container {
  display: inline-flex;
  flex-flow: wrap;
  clear: both;
  width: 100%;
  height: 180px;
  transition: 0.5s ease-in-out;
  justify-content: center;
}

.sponsor {
  position: relative;
}

.sponsor-content {
  position: relative;
  display: inline-flex;
  flex-flow: wrap;
  clear: both;
}

@media screen and (max-width: 600px) {
  .sponsor-slider {
    height: 720px;
    clear: both;
  }

  .sponsor-slider-container {
    height: 720px;
  }

  .sponsor-slider .sponsor-logo {
    height: 100%;
  }

  .sponsor-content {
    padding: 50px 0;
  }

  .sponsor-slider .sponsor-text {
    bottom: 10px;
  }
}

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