#news-panel {
  width: 100%;
  background-color: black;
  margin-top: -20px;
  padding: 20px 0;
}

.swiper {
  width: 100%;
  height: auto;
}

.swiper-slide:not(.swiper-slide-active){
      opacity: 0.5;
    }