#carousel {
  position: relative;
  background-color: rgba(0, 51, 153, 0.3);
  padding: 50px 0;
}
#carousel .prev,
#carousel .next {
  position: absolute;
  top: calc(50% - 19px);
  z-index: 3000;
}
#carousel .prev:hover,
#carousel .next:hover {
  cursor: pointer;
}
#carousel .prev {
  left: 20px;
}
#carousel .next {
  right: 20px;
}
#carousel .cycle-center {
  max-width: 940px !important;
  margin: 0 auto;
  min-height: 220px;
}
#carousel .cycle-carousel-wrap {
  margin: 0 -10px;
  height: 100%;
}
#carousel .cycle-carousel-wrap .cycle-slide {
  padding: 0 20px;
  height: 100%;
}
#carousel .cycle-carousel-wrap .cycle-slide.element {
  text-decoration: none;
  display: block;
  margin: 0;
  padding: 15px;
  height: 100%;
}
#carousel .cycle-carousel-wrap .cycle-slide.element:hover div {
  color: #cc0033;
}
#carousel .cycle-carousel-wrap .cycle-slide.element div {
  display: flex;
  align-items: flex-end;
  padding: 12px;
  background-position: center;
  background-size: cover;
  height: 100%;
  border: 1px solid #cacaca;
  color: #003399;
  font-weight: bold;
}
@media (max-device-width: 1024px) {
  #carousel .next {
    right: 40px;
  }
}
