.iom-animation {
  width: 100%;
  height: 100%;
}

.iom-animation .iom-animation-content-container {
  width: 100%;
  height: 100%;
}

.iom-animation .iom-animation-content-container .iom-animation-frame:not(.active) {
  display: none;
}

.iom-animation .iom-animation-content-container .iom-animation-frame.active {
  display: block;
}

.iom-animation .iom-animation-content-container img {
  object-fit: contain;
  max-width: 100%;
  max-height: 100%;
}

.iom-animation video {
  visibility: visible;
}

/*# sourceMappingURL=animationWidget.css.map */
