/* Hero: keep the box while the image decodes. Ratio comes from img width/height. */
.et_pb_image_0_tb_body .et_pb_image_wrap,
.et_pb_image_0_tb_body img {
	width: 100%;
	height: auto;
	display: block;
}

.et_pb_image_0_tb_header img,
.et_pb_menu_1_tb_header .et_pb_menu__logo img,
.et_pb_image_0_tb_footer img,
.et_pb_image_1_tb_footer img {
	height: auto;
	display: block;
}

.et_pb_post_content .wp-block-image img {
	height: auto;
	max-width: 100%;
}

/* Desktop-only GAM units on both network sites. */
@media only screen and (max-width: 767px) {
	.finan-billboard,
	.finan-leaderboard-2,
	.publi-billboard,
	.publi-leaderboard {
		display: none !important;
	}
}
