/*! Copyright (c) Microsoft Corporation. All rights reserved. Licensed under the MIT license. */
.y-illustration {
  display: inline;

  /* IE/Edge do not bubble click events up from SVG elements, so allow clicks to pass through */
  pointer-events: none;
}
.y-illustration__isBlock {
  display: block;
}
