:host {
  -webkit-box-flex: 1;
          flex: 1;
}
:host.isHidden {
  display: none;
}
