/* Canonical responsive wrapper states; no boxes or ancestry are added. */
img[data-media-slot]{display:none}
@media screen and (max-width:640px){
	.introduction_box,
	#footer_wrap .footer_main{display:contents!important}
}
