<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.h5p-image &gt; img {
  display: block;
  width: 100%;
  height: 100%;
}
.h5p-image &gt; .h5p-placeholder {
  background: url('placeholder.svg');
  background-size: cover;
}
.h5p-image .h5p-image-tooltip {
  bottom: 0;
  left: auto;
  right: 0;
  transform: none;
}
</pre></body></html>