.swiper-container {
    width: 100%;
}

.news__img img {
  max-width: 100%;
  border-radius: 30px;
  height: auto;
  width: 100%;
}


.portfolio .swiper-slide-prev .news__img img, .portfolio .swiper-slide-next .news__img img
{
  /* max-width: 70%;
  width: 70%; */

}

.portfolio .swiper-slide-prev .news__img{
    display: flex;
    justify-content: flex-end;
}
.news-slider__pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  display: inline-block;
  background: #fff;
  opacity: 0.2;
  margin: 0 5px;
  border-radius: 20px;
  transition: opacity 0.5s, background-color 0.5s, width 0.5s;
  transition-delay: 0.5s, 0.5s, 0s;
}
.swiper-button-next, .swiper-button-prev{
  color: #ccc;
  top: 34%;
}
.swiper-button-next
{
  right: 32% !important;
}
.swiper-button-prev
{
  left: 32% !important;
}

@media (min-width: 1440px)
{
  .swiper-container {
    /* max-width: 1440px; */
  }
}
@media (max-width: 699px)
{
  .swiper{
    height:70vh;
  }
  .swiper-container {
    margin: 2px;
  }
  .swiper-button-next
  {
    right: 0 !important;
  }
  .swiper-button-prev
  {
    left: 0 !important;
  }

}
@media only screen and (min-width: 480px) and (max-width: 926px) and (orientation: landscape){
    .swiper {
        height: 148vh;
    }
}
