.hero-random-video {
  position: relative;
}
.hero-random-video video {
  min-width: 100%;
}
.hero-arrowDown {
  position: absolute;
  bottom: 200px;
  display: inline-block;
  width: 40px;
  line-height: 0;
  height: 28px;
  left: 50%;
  transform: translatex(-50%);
  transition: all 0.2s ease;
}
.hero-arrowDown:hover {
  bottom: 190px;
}

.front .full-bkg-and-content:first-of-type {
  padding: 0;
}

.front .breadcrumb {
  padding: 0;
}