/*.main-news .news-img-full img {
	object-fit: contain!important;
	height: 100%!important;
}*/
.news-img-full {height: 695px!important;}

.main-news .news-img-full img{
	min-height: 100%;
}

@media (min-width: 320px) and (max-width: 767px) {
	.news-img-full {
		height: auto!important;
	}
	body .bgbanner .news-img-full{
		padding-top: 0px;
	}
	body .bgbanner .main-news .news-img-full img{
		position: static;
		min-height: auto;
		max-height: none;
	}

}
/*@media (min-width: 400px) and (max-width: 519px) {
	.news-img-full {
		height: 257px!important;
	}
}
@media (min-width: 360px) and (max-width: 399px) {
	.news-img-full {
		height: 235px!important;
	}
}
@media (min-width: 320px) and (max-width: 360px) {
	.news-img-full {
		height: 220px!important;
	}
}*/
@media (min-width: 768px) and (max-width: 1024px) {
	.news-img-full {
		height: 832px!important;
	}
}
@media (min-width: 1025px) and (max-width: 1366px) {
	.news-img-full {
		height: 650px!important;
	}
}
@media (min-width: 1367px) and (max-width: 1900px) {
	.news-img-full {
		height: 675px!important;
	}
}