@media (min-width: 1536px) {
  .feature-row:nth-child(even) {
    padding-left: 60px;
  }
}

.w-background-video {
  position: relative;
  overflow: hidden;
}

video {
  background-image: url("../img/trackera-bg-mobile.jpg");
  background-size: cover;
  background-position: center;
}
@media (min-width: 768px) {
  video {
    background-image: url("../img/trackera-bg-big-screens.jpg");
  }
}

.w-background-video > video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -100;
  background-position: 50%;
  background-size: cover;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.header {
  height: calc(100vh - 78px);
}

.check {
  border-bottom: 3px solid white;
  border-right: 3px solid white;
  transform: rotate(45deg);
  margin: -2px 0 0;
}