/* ------------------------------------------------- */
/* Sample Overlay Text                               */
/* ------------------------------------------------- */
/*TODO flag it to insert only on develop mode */
/* cast-media-player:after {
  content: "PREVIEW";
  position: absolute;
  right: 0rem;
  top: 3rem;
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  opacity: 0.65;
  background: darkred;
  color: white;
  padding: 0.25rem 3rem 0.25rem 1.5rem;
  border: 0;
  z-index: 999999;
} */

#build-info {
  color: white;
  size: 65px;
  position: absolute;
  bottom: 2%;
  right: 2%;
}
