#video-section {
  width: 100%;
  max-height: 70vh;
  overflow-y: hidden;
}

#home > nav > div > div.rd-navbar-panel > div.brand.rd-navbar-brand > a > img {
  max-height: 45px;
}

.videoContainer {
  position: relative;
  width: 100%;
  height: 100%;
  background-attachment: scroll;
  overflow: hidden;
}
.videoContainer video {
  min-width: 100%;
  min-height: 100%;
  position: relative;
  z-index: 1;
}

.videoContainer .overlay {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 2;
  background: #000000;
  opacity: 0.25;
}

.videoContainer .slide-title {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 15%;
  left: 0px;
  z-index: 3;
  background: transparent;
  color: white;
}
.slide-title h1, .slide-title h4 {
  color: white;
}

.counter-number {
  text-shadow: 0px 2px 2px #777 !important;
}

.quote-variant-1 img {
  border-radius: 0 !important;
}

@media (min-width: 992px) {
    .counter-wrap [class*="cell-md-"]:nth-child(4n) {
        border-left: 0px solid;
        border-color: #ebebeb;
    }
}

.counter-sub-title {
    font-size: large;
}

.photo-section {
  display: flex;
  width: 100vw;
}

.photo-section img {
  width: 25%;
  height: 100%;
  margin-top: 0;
}

.quote-variant-1 p:first-child {
  color: #888;
  font-weight: 600;
}

.project-name {
  font-size: 18px;
  font-weight: 500;
  color: #333 !important;
}