.video {
  pointer-events: all;
  display: block;
  position: relative;
  margin: 2px;
  padding: 0;
  background-color: #000;
  border-radius: 7px;
  overflow: hidden;
  width: 400px;
  height: 225px;
  border: 1px solid rgb(0, 0, 0);
  font-size: 14px;
}
.video.unknown {
  border: 1px solid red;
}
.video .thumb {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  transition-property: opacity;
  transition-duration: 0.5s;
}
.video .thumb img {
  width: 100%;
  height: 100%;
}
.video:hover .thumb {
  opacity: 1;
  transition-property: opacity;
  transition-duration: 0.2s;
}
.video .clickzone {
  z-index: 899;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
.video .clickzone:hover {
  cursor: pointer;
}
.video .gicon {
  position: absolute;
  top: 62.5px;
  right: 0px;
  font-size: 20px;
  line-height: 100px;
  width: 100px;
  height: 100px;
  text-align: left;
  opacity: 0.9;
  transition-property: opacity, left, top, width, height, transform;
  transition-duration: 0.5s;
  background-size: contain;
  background-repeat: no-repeat;
  transform: rotate(0deg);
  opacity: 0.8;
  z-index: 900;
}
.video .uicon {
  position: absolute;
  top: 62.5px;
  left: 0px;
  font-size: 20px;
  line-height: 100px;
  width: 100px;
  height: 100px;
  text-align: left;
  opacity: 0.9;
  transition-property: opacity, left, top, width, height, transform;
  transition-duration: 0.5s;
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0.8;
  z-index: 900;
}
.video .plate {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  color: white;
  text-align: center;
  height: 24px;
  font-size: 20px;
  background-color: rgb(0, 0, 0);
  line-height: 24px;
  font-weight: bolder;
  margin: 0;
  margin-bottom: 5px;
  padding-left: 3px;
  padding-right: 3px;
  opacity: 1;
  transition-property: background-color;
  transition-duration: 0.5s;
}
.video .plate small {
  font-size: 60%;
}
.video .openclips {
  z-index: 900;
  position: absolute;
  bottom: 67px;
  right: 3px;
  width: 40px;
  height: 40px;
  margin: 0;
}
.video .openclips img {
  width: 40px;
  height: 40px;
}
.video .openclips a {
  text-decoration: none;
}
.video .openclips:hover a {
  cursor: zoom-in;
}
.video .streamernfo {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 24px;
  font-size: 22px;
  background-color: rgb(0, 0, 0);
  line-height: 24px;
  margin: 0;
  transition-property: background-color;
  transition-duration: 0.5s;
  color: white;
}
.video .streamernfo .streamername {
  position: absolute;
  bottom: 0px;
  left: 0px;
  text-align: left;
  padding-left: 5px;
}
.video .streamernfo .streamername .twitch {
  width: 16px;
  height: 16px;
  vertical-align: middle;
  margin-right: 2px;
}
.video .streamernfo .viewers {
  position: absolute;
  text-align: right;
  bottom: 0px;
  right: 0px;
  font-size: 14px;
  padding-right: 5px;
}/*# sourceMappingURL=video.css.map */