#news_slider {
	width: auto;
	height: 500px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	list-style: none;
	padding: 0 0 0px 0;
	z-index: 1;
}

#news_slider .swiper-slide {
    text-align: center;
      font-size: 18px;
      background: #222a2f;
      /* Center slide text vertically */
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
}

#news_slider .swiper-slide img {margin:0; display: block;}

#news_slider .swiper-pagination-bullets {
	bottom: 2px;
}

@media screen and (max-width: 480px) {

	#news_slider .swiper-pagination-bullet {
		width: 6px;
		height: 6px;
	}
}