@media screen and (max-width: 770px) {

	.news .main-swiper.swiper .text {
		top: 200px;
		width: 90%;
	}

	.news .news-listing {
	  display: flex;
	  flex-direction: column;
	}

	.news .navigation a,
	.news .navigation span.here {
		font-size: 1.6em;
		padding: 5px;
	}

	.news .article img {
		width: 100%;
		height: auto;
	}
}