/* Preserve title-bearing 16:9 artwork on the news home page. */
body.home .mc_crypto-manager-0112 .mc_news_popular {
	align-items: flex-start;
}

body.home .mc_crypto-manager-0112 .mc_txt_news_popular {
	height: auto;
}

body.home .mc_crypto-manager-0112 .mc_img_news_popular,
body.home .mc_crypto-manager-0112 .mc_img_news_other,
body.home .mc_crypto-manager-0112 .mc_img_box_timeline {
	aspect-ratio: 16 / 9;
	height: auto;
	background: #081a35;
}

body.home .mc_crypto-manager-0112 .mc_img_news_popular > a,
body.home .mc_crypto-manager-0112 .mc_img_news_other > a,
body.home .mc_crypto-manager-0112 .mc_img_box_timeline > a {
	display: block;
	width: 100%;
	height: 100%;
}

body.home .mc_crypto-manager-0112 .mc_img_news_popular img,
body.home .mc_crypto-manager-0112 .mc_img_news_other img,
body.home .mc_crypto-manager-0112 .mc_img_box_timeline img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: center;
}

body.home .mc_crypto-manager-0112 .mc_img_news_popular img.hover_img:hover,
body.home .mc_crypto-manager-0112 .mc_img_news_other img.hover_img:hover,
body.home .mc_crypto-manager-0112 .mc_img_box_timeline img.hover_img:hover {
	transform: none;
	filter: brightness(0.96);
}
