@import "../global.css";

/* DBA logo */
div#root .fwm-team-header-entity-logo-image {
  width: 18.75rem;
}

/* Align Center - Wide */
.fwm-column-halves .fwm-nestable-flex {
  align-items: center;
}

/* Callout Panel [Home] */
.fwm-lightTheme.fwm-photo-callout-block-center .fwm-nestable-container {
  background: rgba(0, 0, 0, 0.8);
}
.fwm-lightTheme.fwm-photo-callout-block-center .fwm-nestable-container * {
  color: var(--white);
}

@media (min-width: 48rem) {
  .fwm-lightTheme.fwm-photo-callout-block-center .fwm-nestable-container {
    width: 50%;
  }
}