html.desktop .m-media-pad .inner.grid .b-lrtop,html.smart .outer>.content .b-article .m_header{
	position:relative;
	z-index:0;
	min-height:500px;
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover
}
html.smart .outer>.content .b-article .m_header{
	display:-ms-flexbox;
	display:-webkit-flex;
	display:flex;
	-webkit-flex-direction:row;
	-ms-flex-direction:row;
	flex-direction:row;
	-webkit-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	-webkit-justify-content:flex-start;
	-ms-flex-pack:start;
	justify-content:flex-start;
	-webkit-align-content:flex-end;
	-ms-flex-line-pack:end;
	align-content:flex-end;
	-webkit-align-items:center;
	-ms-flex-align:center;
	align-items:center;
	margin-top:-20px;
	margin-right:-15px;
	margin-left:-15px;
	min-height:250px;
	height:250px;
	padding:15px;
	vertical-align:bottom
}
html.smart .outer>.content .b-article .m_header h1{
	color:#fff;
	position:relative;
	z-index:1;
	padding-bottom:0
}
html.smart .outer>.content .b-article .m_header~.b-article-details{
	margin-top:15px
}
@media (min-width:768px){
	html.smart .outer>.content .b-article .m_header{
		min-height:320px;
		height:320px
	}
}
html.smart .outer>.content .b-article .m_header .media-wrapper{
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	z-index:-1
}
html.smart .outer>.content .b-article .m_header .media-wrapper:before{
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	z-index:1;
	background-color:rgba(0,0,0,.5);
	pointer-events:none;
	content:""
}
html.smart .outer>.content .b-article .m_header .media-wrapper picture,html.smart .outer>.content .b-article .m_header .media-wrapper video{
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	z-index:0
}
html.smart .outer>.content .b-article .m_header .media-wrapper picture img,html.smart .outer>.content .b-article .m_header .media-wrapper video{
	width:100%;
	height:100%;
	object-fit:cover;
	object-position:center top
}
html.smart .outer>.content .b-article .m_header .media-wrapper video~picture{
	visibility:hidden
}
html.smart .outer .b-inform.hot~.link-block .b-article .m_header{
	margin-top:0
}
html.smart .outer .b-inform.covid~.b-article .m_header,html.smart .outer .b-inform.covid~.link-block .b-article .m_header{
	margin-top:5px
}