
.tag {
  color: white;
  font-size: 14px;
  font-weight: bold;
  padding: 4px;
  background-color: #446b70;
  border: 0px #446b70 solid;
  border-radius: 4px;
}

.myvideo-container {
  position: relative;
  width: 100%;
  padding-top: 56.25%;

  background-color: black;
  border: solid 10px black;
  border-radius: 0.5em;
}

.myvideo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
