#main-wrapper {
  min-height: calc(100vh - (var(--header-height) + var(--footer-height)));
}

.node--type-article .field--name-body img {
  max-width: 100%;
  height: auto;
}

/**
 * @file
 * Styles for Bootstrap Barrio page.
 */
/* Hack for .placeholder issue https://www.drupal.org/project/drupal/issues/3233533 */
em.placeholder {
  vertical-align: unset !important;
  cursor: unset !important;
  background-color: unset !important;
  opacity: unset !important;
}

section.full-width {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}

.ui-widget-content {
  background: #ffffff;
  color: #333333;
}

/*# sourceMappingURL=base.css.map */
