.beyond-image-view .component-result {
  display: grid;
}
.beyond-image-view .component-result figure {
  display: flex;
  justify-content: center;
  max-width: 600px;
  margin: 0 auto;
  min-height: 17rem;
  width: 100%;
}
.beyond-image-view .component-result figure img {
  width: 100%;
}
.beyond-image-view .component-result figure.beyond-element-image-preload {
  background-color: var(--gray-light);
}


/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIndpZGdldFxcc2Nzc1xcc3R5bGVzLnNjc3MiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQ0M7RUFDQzs7QUFFQTtFQUNDO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTs7QUFDQTtFQUNDOztBQUVEO0VBQ0MiLCJmaWxlIjoiIn0= */