/**
 * This file contains stuff that is shared between variants
 */
/**
 * Calculate an em size based on a context
 */
/**
 * Conditionally output stuff.
 * The idea is to be able to target print, browsers, sizes etc.
 */
.layout__bottom, .layout__top {
  display: none;
}

.slider {
  display: none;
}

@keyframes message-alert-loaded {
  0% {
    max-height: 0;
    opacity: 0;
  }
  100% {
    max-height: 220px;
    opacity: 1;
  }
}
