/* Malli: @include icon($facebook)*/
body .video-js:hover .vjs-big-play-button, body .video-js:active .vjs-big-play-button, body .video-js:focus .vjs-big-play-button {
  background-color: #f3352e; }
body .video-js .vjs-big-play-button {
  text-decoration: none !important;
  cursor: pointer;
  border-style: solid !important;
  display: inline-block;
  transition: all 0.2s !important;
  vertical-align: middle;
  box-sizing: border-box;
  outline: 0;
  text-align: center !important;
  text-shadow: none;
  overflow-wrap: break-word;
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
  max-width: 100%;
  background-size: 100%;
  position: relative;
  z-index: 100;
  font-family: 'Assistant', Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.125rem;
  line-height: 1.5;
  letter-spacing: 0.005625rem;
  text-transform: initial;
  color: #ffffff !important;
  background-color: #f3352e !important;
  background-image: linear-gradient(to right, #f3352e, #ec1008) !important;
  border-width: 0.0625rem !important;
  border-color: transparent !important;
  border-radius: 1.4375rem !important;
  min-width: initial;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  padding-left: 2.1875rem;
  padding-right: 2.1875rem;
  margin: 0.3125rem 0 0.3125rem 0; }
  body .video-js .vjs-big-play-button::after {
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    width: 100%;
    z-index: -100;
    transition: all 0.2s !important;
    border-radius: inherit; }
  body .video-js .vjs-big-play-button:hover, body .video-js .vjs-big-play-button:active, body .video-js .vjs-big-play-button:focus {
    text-decoration: none !important; }
    body .video-js .vjs-big-play-button:hover::after, body .video-js .vjs-big-play-button:active::after, body .video-js .vjs-big-play-button:focus::after {
      opacity: 1; }
  body .video-js .vjs-big-play-button:disabled {
    opacity: 0.7;
    cursor: default; }
    body .video-js .vjs-big-play-button:disabled:hover::after, body .video-js .vjs-big-play-button:disabled:active::after, body .video-js .vjs-big-play-button:disabled:focus::after {
      opacity: 0; }
  body .video-js .vjs-big-play-button::after {
    background-color: #f3352e !important;
    background-image: linear-gradient(to right, #ec1008, #f3352e) !important; }
  body .video-js .vjs-big-play-button:hover, body .video-js .vjs-big-play-button:active, body .video-js .vjs-big-play-button:focus {
    color: #ffffff !important;
    border-color: transparent !important;
    background-color: #f3352e !important;
    background-image: linear-gradient(to right, #f3352e, #ec1008) !important; }
  body .video-js .vjs-big-play-button.is-active {
    background-color: #f3352e !important;
    background-image: linear-gradient(to right, #ec1008, #f3352e) !important;
    color: #ffffff !important; }
    body .video-js .vjs-big-play-button:disabled:hover, body .video-js .vjs-big-play-button:disabled:active, body .video-js .vjs-big-play-button:disabled:focus {
      background-color: #f3352e !important;
      background-image: linear-gradient(to right, #f3352e, #ec1008) !important; }
  @media screen and (max-width: 63.9375em) {
    body .video-js .vjs-big-play-button {
      padding-top: calc(0.625rem * 0.9);
      padding-bottom: calc(0.625rem * 0.9);
      padding-left: calc(2.1875rem * 0.9);
      padding-right: calc(2.1875rem * 0.9); } }
@media screen and (max-width: 31.1875em) {
  body .video-js .vjs-big-play-button {
    min-width: initial;
    padding-top: calc(0.625rem * 0.8);
    padding-bottom: calc(0.625rem * 0.8);
    padding-left: calc(2.1875rem * 0.8);
    padding-right: calc(2.1875rem * 0.8); } }

body .video-js {
  font-size: 0.75rem;
  color: #fff;
  max-width: 100%; }
  body .video-js button {
    border-radius: 0;
    opacity: 0.88;
    transition: all 0.2s; }
    body .video-js button:hover, body .video-js button:active, body .video-js button:focus {
      background-color: transparent;
      border: none;
      color: #fff;
      text-shadow: none;
      opacity: 1; }
  body .video-js .vjs-control:hover, body .video-js .vjs-control:active, body .video-js .vjs-control:focus {
    text-shadow: none; }
  body .video-js .vjs-big-play-button {
    position: absolute;
    transition: all 0.2s;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    bottom: initial;
    right: initial;
    margin: auto;
    box-shadow: 0 0 0.9375rem rgba(0, 0, 0, 0.3);
    font-size: 2.5rem;
    line-height: 2.5rem;
    height: initial;
    width: initial;
    opacity: 1; }
    body .video-js .vjs-big-play-button .vjs-icon-placeholder {
      position: relative;
      display: block;
      width: 2rem;
      height: 2rem;
      margin-top: -0.5rem;
      margin-left: -1.125rem;
      margin-right: -0.625rem; }
  body .video-js.vjs-has-started .vjs-big-play-button {
    display: none; }
  body .video-js .vjs-control-bar {
    background: rgba(0, 0, 0, 0.6); }
    body .video-js .vjs-progress-control .vjs-progress-holder {
      background-color: rgba(153, 153, 153, 0.4); }
      body .video-js .vjs-progress-control .vjs-progress-holder .vjs-load-progress {
        background-color: rgba(255, 255, 255, 0.4); }
      body .video-js .vjs-progress-control .vjs-progress-holder .vjs-play-progress {
        background-color: #f3352e;
        border-right: 0.0625rem solid #e1140d; }
        body .video-js .vjs-progress-control .vjs-progress-holder .vjs-play-progress:before {
          color: #f3352e;
          opacity: 0;
          text-shadow: 0 0 0.3125rem rgba(0, 0, 0, 0.3);
          font-size: 1rem; }
    body .video-js .vjs-progress-control:hover .vjs-play-progress:before, body .video-js .vjs-progress-control:active .vjs-play-progress:before, body .video-js .vjs-progress-control:focus .vjs-play-progress:before {
      opacity: 1; }
  body .video-js .vjs-volume-level:before {
    font-size: 0.875rem;
    top: -0.3125rem;
    text-shadow: 0 0 0.3125rem rgba(0, 0, 0, 0.3); }
