/* Drupal-specific style fixes. */

.ceilingAdmin {
  position: relative;
}

.contentOffsetAdmin {
  margin-top: 0;
}

.node-legal .content {
  font-size: 1.4rem;
  padding: 175px 0 40px 0;
}

/* TOUNDO: Hacky fix for videos in flexbox. */
.panel-flex > [class^=block-region-] {
  width: 100%;
}

/* TOUNDO: Hacky fix for titles in tabs. */
.tab-pane .pattern-header {
  display: none;
}
