.rekers-video-v2 {
  padding: 50px 0;
}
.rekers-video-v2__content-wrapper {
  background-color: #F5F5F5;
  border-left: 8px solid #009EE0;
  height: 100%;
}
.rekers-video-v2__category {
  color: #28303F;
  font-family: 'Funnel Sans', sans-serif;
  font-weight: 600;
  line-height: 150%;
  text-transform: uppercase;
  margin-bottom: 12px;
}
.rekers-video-v2__category span:not(.dvaccess-text) {
  color: #009EE0;
}
.rekers-video-v2__headline-blue {
  color: #009EE0;
}
.rekers-video-v2__content {
  color: #28303F;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
}
.rekers-video-v2__video-wrapper {
  width: 100%;
}
@media (max-width: 768px) {
  .rekers-video-v2__video-wrapper {
    padding-left: 15px;
  }
}
.rekers-video-v2__video-wrapper .video-js {
  position: relative;
  overflow: hidden;
  padding-top: 56.25%;
  width: 100%;
  height: 100%;
}
.rekers-video-v2__video-wrapper .video-js .vjs-poster img {
  object-fit: cover;
}
.rekers-video-v2__video-wrapper .video-js .vjs-big-play-button {
  border: none;
  width: 86px;
  height: 51px;
}
.rekers-video-v2__video-wrapper .video-js .vjs-big-play-button .vjs-icon-placeholder::before {
  display: block;
  width: 86px;
  height: 51px;
  content: "";
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iODYiIGhlaWdodD0iNTIiIHZpZXdCb3g9IjAgMCA4NiA1MiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHJlY3Qgd2lkdGg9Ijg2IiBoZWlnaHQ9IjUxIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwIDAuNSkiIGZpbGw9IiMwMDlFRTAiLz4KPHBhdGggZD0iTTUzIDI2TDM1LjUgMzZWMjZWMTZMNTMgMjZaIiBmaWxsPSJ3aGl0ZSIvPgo8L3N2Zz4K");
  background-size: 86px 51px;
}
/*# sourceMappingURL=view.css.map */