.design_template.news {
    padding:60px 0 60px 0;
}
.design_template.news .news-slider-container {
    width:1500px;
    overflow: hidden;
    margin: 0 auto;
}
@media screen and (max-width: 1600px) {
 	.design_template.news .news-slider-container {
    width:78% !important;

}
}
.design_template.news .news-carousel {
    width:100%;
    margin:0 auto;
}
	
.news-carousel img { border-radius: 5px; width:100%;
	height:330px;
	object-fit:cover;
	padding: 0 20px}
	@media screen and (max-width: 1600px) {
 	.news-carousel img { border-radius: 5px; width:100%;
	height:280px;
	object-fit:cover;
	padding: 0 5px}


}
.text {
	position:absolute;
	left:0px;
	bottom:0px;
	height:auto;
	border:none;
	z-index:300;
  padding: 10px 0px;
  background-image: url(/resources/images/prozr.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size:89%;
  width: 100%;
  font-size: 1vw;
  font-family: Cambria;
  font-weight: normal;
  text-align:center;
  color: #fff;
}