.avixa-custom-content-mid-page-unit-ad[data-avixa-custom__hidden] {
  /* Don't show the ad unless the Javascript detects that the current content
  was written by a sponsoring author and removes the 
  data-avixa-custom__hidden attribute */
  display: none;
}

.avixa-custom-content-mid-page-unit-ad {
  display: inline;
}

.avixa-custom-content-mid-page-unit-ad__link {

}

.avixa-custom-content-mid-page-unit-ad__image {
	width: 100%;
    max-width: 300px;
    max-height: 250px;
    object-fit: contain;
}