:host {
  background-color: #000;
}
:host #image,
:host > .content {
  position: absolute;
  height: auto;
  width: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}
:host #image {
  top: 50px;
}
:host #header {
  position: absolute;
  z-index: 2;
  height: 50px;
  line-height: 50px;
  background-color: #e998d1;
  color: #fff;
  width: auto;
  top: 0px;
  left: 0px;
  right: 0px;
}
:host #header /deep/ #topBar {
  height: 50px;
}
:host([noheader]) #header {
  display: none;
}
:host([noheader]) #image {
  top: 0px;
}
