.news_list img {
	width: 100%;
	height: 300px;
	-o-object-fit: cover;
	object-fit: cover;
	border-radius: 10px;
}

.news_list a {
	position: relative;
	width: 100%;
}

.news_list .news_data {
	position: absolute;
	padding: 20px;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block
}

.news_list .overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	background: url(/assets/img/transition_black.png);
	background-size: contain;
	border-radius: 10px;
	color: #FFF;
}

.news_list a .overlay:after {
	border-radius: 10px;
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	content: '';
	width: 100%;
	height: 100%;
	background: transparent;
	-webkit-transition: background .3s ease;
	transition: background .3s ease;
}

.news_list a:hover .overlay:after {
	background: rgba(16, 2, 0, 0.5);
}

.news_list .news_card {
	margin-bottom: 30px;
}

.news_list .news_card .title {
	font-size: 26px;
	font-family: CTCScreenBold;
	color: #FFF;
	vertical-align: bottom;
	display: flex;
	align-items: flex-end;
	width: 100%;
	height: 65%;
}

.news_list .news_card .text {
	font-size: 14px;
	font-family: GoodPro-Medium;
	margin-top: 10px;
	color: #ededed;
	margin-bottom: 10px;
}

.news_list .news_card .date {
	font-size: 14px;
	font-family: GoodPro-Medium;
	color: #FFF;
}

.news_list .library_card {
	margin-bottom: 30px;
}

.news_list .library_card .title {
	font-size: 18px;
	font-family: CTCScreenBold;
	color: #FFF;
	vertical-align: bottom;
	display: flex;
	align-items: flex-end;
	width: 100%;
	height: 65%;
}

.news_list .library_card img {
	width: 100%;
	height: 150px;
	-o-object-fit: cover;
	object-fit: cover;
	border-radius: 10px;
}

.news_list .library_card .button {
	width: 100%;
	padding: 7px;
	font-family: CTCScreenBold;
	font-size: 13px;
	text-align: center;
	background: #FFF;
	border-radius: 10px;
	opacity: .8;
	margin-top: 10px;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}

.news_list a:hover .button {
	opacity: 1;
	color: #FFF;
	background: #e23b2a;
}

.news_photo .image a {
	padding: 0 !important;
}

.news_photo .image img {
	object-fit: cover;
	width: 100%;
	height: 126px;
}

.news_page a.close_news {
	position: absolute;
	right: calc(4vh + 25px);
	top: 2vh;
	z-index: 3;
	opacity: .5 !important;
	-webkit-transition: opacity .3s ease;
	transition: opacity .3s ease;
}

.news_page a.close_news:hover {
	opacity: 1 !important;
}

.news_page a.close_news img {
	width: 16px;
}

.close_container {
	position: absolute;
	width: 100%;
	height: 78vh;
	overflow: hidden;
	border-radius: 5px;
	padding-right: 4vh;
	padding-left: 6vh;
	padding-top: 5vh;
	padding-bottom: 5vh;
	margin-top: 14vh;
}

.news_page .text_container {
	padding-top: 3vh;
}

@media screen and (max-width: 725px) {
	.news_photo .image img {
		height: 270px;
	}

	.news_page a.close_news {
		background: #fff;
		border-radius: 70px;
		padding: 14px 20px 18px 20px;
		opacity: 1 !important;
		border-radius: 60px;
		-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .4);
		box-shadow: 0 0 10px rgba(0, 0, 0, .4);
		top: auto !important;
		bottom: 2%;
		right: 2%;
	}

	.close_container {
		width: 100%;
		height: 100vh !important;
		padding: 0;
		margin-top: 0 !important;
		border-radius: 0;
		border: none;
		-webkit-box-shadow: none;
		box-shadow: none;
	}
}
