:host {
  display: block;
  background-color: rgba(0, 0, 0, .6);
  box-sizing: border-box;
  padding: 24px;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  z-index: 100;
}
