#news-container-33 .mr-3 {
	max-width: 100%;
	height: auto;
	width: 100% !important;
}

.card-deck .card {
	-ms-flex: 0 0 32% !important;
	flex: 0 0 32% !important;
}

.news picture {
	height: 24vh;
}

.news-info {
	display: none;
}

.news-single .image {
	width: 100%;
}

.news-single .img-fluid {
	width: 100%;
}

#news-preloader {
	z-index: 1;
}

.news .card:hover,
.news .card:active {
 z-index:1;
}

@media only screen and (max-width: 1366px) {

	.news picture {
		height: 13vh;
	}

}

.card-text {
	text-align: justify;
}