body {
  background: url("../img/bg.326963967248.webp") no-repeat center 3rem fixed;
  background-size: contain;
}

.video-thumbnail {
  position: relative;
  display: inline-block;
}
.video-thumbnail::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  content: "Foo";
  font-size: 100px;
  color: #fff;
  opacity: 0.8;
  text-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
}
.video-thumbnail:hover::before {
  color: #eee;
}

/*# sourceMappingURL=styles.css.338d4b7588a3.map */
