.video-js .vjs-big-play-button {
  height: 3em;
  width: 3em;
  border-radius: 50%;
  left: 50%;
  top: 50%;
  margin-left: -1.5em;
  margin-top: -1.5em;
  background-color: #c72127;
  transition: 150ms;
  border: 0;
}
@media (min-width: 1605px) {
  .video-js .vjs-big-play-button {
    font-size: 4em;
  }
}
@media (max-width: 1210px) {
  .video-js .vjs-big-play-button {
    font-size: 2em;
  }
}
.video-js .vjs-big-play-button:before {
  font-size: 2em;
  line-height: 1.45em;
}
.video-js:hover .vjs-big-play-button {
  background-color: #b2202a;
}
/*# sourceMappingURL=video-embed.css.map */