.aos-dynamic-component {
  display: flex;
  flex-direction: column;
  width: 100%;
  &__loading {
    width: 100%;
    height: 100px;
  }
  &__content {
    flex-grow: 1;
  }
}