.player-component {
  text-align: center;
  padding-top: 56.25%;
  position: relative; }

.player-component .player-wrapper {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%; }

@font-face {
  font-display: swap;
  font-family: 'Neue Haas Grotesk Text';
  font-style: normal;
  font-weight: 700;
  src: url("https://vice-web-statics-cdn.vice.com/fonts/NeueHaasGroteskText/NeueHaasGroteskText-700.eot?#iefix") format("embedded-opentype"), url("https://vice-web-statics-cdn.vice.com/fonts/NeueHaasGroteskText/NeueHaasGroteskText-700.woff2") format("woff2"), url("https://vice-web-statics-cdn.vice.com/fonts/NeueHaasGroteskText/NeueHaasGroteskText-700.woff") format("woff"), url("https://vice-web-statics-cdn.vice.com/fonts/NeueHaasGroteskText/NeueHaasGroteskText-700.ttf") format("truetype"); }

.videoPoster-component {
  cursor: pointer;
  position: absolute;
  top: 0; }

.videoPoster-component:hover polygon {
  fill: gray; }

.videoPoster-component svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }

.videoPoster-component .videoPoster-title {
  position: absolute;
  color: white;
  font-size: 16px;
  top: 0px;
  font-family: 'Neue Haas Grotesk Text', Helvetica, sans-serif;
  font-weight: bold;
  padding: 20px;
  width: 100%;
  text-align: left;
  z-index: 2; }

.videoPoster-component img {
  max-width: 100%;
  max-height: 100%; }

.videoPoster-component .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-color: rgba(0, 0, 0, 0.6); }

@media (min-width: 700px) {
  .videoPoster-component .videoPoster-title {
    font-size: 20px; } }

@media (min-width: 1000px) {
  .videoPoster-component .videoPoster-title {
    font-size: 28px; } }


/*# sourceMappingURL=[slug].js.f8a1a83f.chunk.css.map*/