/* --- IMS 25 years anniversary logo, header (added 2026-09-16) ---
   The header logo is hardcoded in the theme's header.php, which cannot be
   edited on this install (file editing is disabled), so it is replaced
   visually here. Delete this block if header.php is ever updated. */
.new-menu .new-menu-left a {
	display: inline-block;
	vertical-align: top;
	width: 200px;
	height: 70px;
	background-image: url(https://www.mediasupport.org/wp-content/uploads/2026/09/IMS_ANNIVERSARY-LOGO_HOR_BLACK.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: contain;
}
.new-menu .new-menu-left a img {
	opacity: 0;
	width: 200px;
	height: 70px;
}
@media only screen and (max-width: 1200px) {
	.new-menu .new-menu-left a,
	.new-menu .new-menu-left a img { width: 180px; height: 63px; }
}
@media only screen and (max-width: 600px) {
	.new-menu .new-menu-left a,
	.new-menu .new-menu-left a img { width: 130px; height: 46px; }
}