/*!*************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[3].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[3].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[3].use[3]!./includes/block-editor/blocks/panorama/style.scss ***!
  \*************************************************************************************************************************************************************************************************************************************************************************/
/**
 * The following styles get applied both on the front of your site
 * and in the editor.
 *
 * Replace them with your own styles or remove the file completely.
 */
/*  */
.wp-block-webdevia-panorama {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.wp-block-webdevia-panorama #container {
  width: 100%;
  height: 100%;
}
.wp-block-webdevia-panorama__content {
  display: flex;
  flex-direction: column;
  gap: 10px;
  height: 100%;
}
.wp-block-webdevia-panorama__content__title {
  margin: 0;
}
.wp-block-webdevia-panorama__content.is-vertically-aligned-top {
  justify-content: flex-start;
}
.wp-block-webdevia-panorama__content.is-vertically-aligned-center {
  justify-content: center;
}
.wp-block-webdevia-panorama__content.is-vertically-aligned-bottom {
  justify-content: flex-end;
}
.wp-block-webdevia-panorama__content.is-horizontally-aligned-left {
  align-items: flex-start;
}
.wp-block-webdevia-panorama__content.is-horizontally-aligned-center {
  align-items: center;
}
.wp-block-webdevia-panorama__content.is-horizontally-aligned-right {
  align-items: flex-end;
}

/*# sourceMappingURL=style-index.css.map*/