.newsflash-wrapper {
  position: relative;
  font-family: "Nunito", sans-serif;
  text-transform: uppercase;
  background: linear-gradient(rgba(41,41,41,0.8), rgba(27,27,27,0.8));
  border: solid #1c1c1c;
  border-width: 0px 1px 1px 1px;
  border-radius: 0px 0px 5px 5px;
  box-shadow:
    rgba(0,0,0,0.3) 0px 1px 4px,
    inset rgba(255,255,255,0.13) 0px 0px 0px;
  height: 22px;
  overflow: hidden;
  text-shadow: rgba(0,0,0,1.0) 0px 1px 2px;
  font-weight: 950 !important;
  display: flex;
  align-items: center;
  justify-content: center;
}

.swiper-slide {
  text-align: center;
  color: white;
  font-size: 12px;
  font-weight: bold;
  line-height: 22px;
}

.swiper-slide a {
  color: white;
  text-decoration: none;
}

.swiper-slide:hover a {
  color: #ff4a4a;
  transition: all .3s ease;
}

.custom-prev,
.custom-next {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 20px;
  color: white;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  user-select: none;
  z-index: 5;
}

.custom-prev:hover,
.custom-next:hover {
  color: #ff4a4a;
}

.custom-prev {
  left: 0;
}

.custom-next {
  right: 0;
}

.newsflash-wrapper,
.swiper-container {
  overflow: hidden;
}

.swiper-slide {
  opacity: 1 !important;
  visibility: visible !important;
  display: flex;
  align-items: center;
  justify-content: center;
}

.swiper-slide a {
  color: #ffffff !important;
  display: block;
}