/*Backend Tweak, NOT TO BE REMOVED*/
.authoritly-gutenberg-block.alignfull {
  max-width: 100vw;
}
body {
  overflow-x: hidden;
}
.bg-container {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.bg-image {
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
  object-position: center center;
}
.bg-image.placeholder {
  max-width: 200px;
  min-width: 200px;
  min-height: fit-content;
}
