.text-shadow {
  text-shadow:
    -2px -2px white,
    -2px 2px white,
    2px -2px white,
    2px 2px white;
}

.underline {
  background-size: 1px 1em;
  box-shadow:
    inset 0 -0.175em white,
    inset 0 -0.2em #000;
  display: inline;
}

.underline--blue {
    box-shadow:
    inset 0 -0.175em white,
    inset 0 -0.2em blue;
}

.red-underline {
  xcolor: #19A974;
  xcolor: red;
  font-weight: 500;
  background: url(underline.png) repeat-x 0% 95%;
  background-size: 0.15em;
}

.red-underline:hover {
  cursor: pointer;
}

.videoWrapper {
  position: relative;
  height: 0;
}

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