:host {
  display: block;
  position: relative;
}

video.loading {
  filter: blur(10px);
}

video {
  width: 100%;
  height: 100%;
  background-color: black;
}

.tag {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 28px;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  margin: 12px;
  padding: 0px 12px;
  background-color: #f3f3f3;
  border: 1px solid #cdcdcd;
  box-shadow: 0.5px 1px 2px rgba(0, 0, 0, 0.2);
  border-radius: 8px;
  cursor: default;
  color: #4d4d4d;
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
}