.beyond-element-image {
  position: relative;
  -webkit-margin-before: 0;
  margin-block-start: 0;
  -webkit-margin-after: 0;
  margin-block-end: 0;
  -webkit-margin-start: 0;
  margin-inline-start: 0;
  -webkit-margin-end: 0;
  margin-inline-end: 0;
}
.beyond-element-image.beyond-element-image-error, .beyond-element-image.beyond-element-image-preload {
  background-color: var(--gray);
  display: block;
}
.beyond-element-image.beyond-element-image-error img, .beyond-element-image.beyond-element-image-preload img {
  width: 100%;
  height: 100%;
}
.beyond-element-image.beyond-element-image-error {
  display: flex;
  align-items: center;
  justify-content: center;
}
.beyond-element-image.beyond-element-image-error .content-error {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  z-index: 2;
}
.beyond-element-image.beyond-element-image-error .content-error .beyond-icon-button {
  width: 50px;
  height: 50px;
  z-index: 1000;
}
.beyond-element-image.beyond-element-image-error .content-error .beyond-icon-button .beyond-icon {
  width: 35px;
  height: 35px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.beyond-element-image.beyond-element-image-error .content-error span {
  font-size: 12px;
  display: block;
  text-align: center;
}
.beyond-element-image.cover-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.beyond-element-image.contain img {
  -o-object-fit: contain;
  object-fit: contain;
}
.beyond-element-image.fill img {
  -o-object-fit: fill;
  object-fit: fill;
}


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