.background-banner {
  /* background-image: url(./../images/landing-page-banner/schedule-demo-banner-resized.png); */
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  /* background-color: #8f8f8f26; */
  margin: 0;
  background-repeat: no-repeat;
  background-origin: content-box, padding-box;
  background-position: center center;
  background-size: cover;
  position: absolute;
  z-index: -1;
}

.banner-column {
  display: flex;
  height: 100%;
  width: 100%;
}

.video-banner {
  display: flex;
  width: 100%;
  z-index: 0;
  /* background: #000000c4; */
  top: 0;
  align-items: center;
}

.video-container {
  width: 60%;
  display: flex;
  padding-left: 40px;
  padding-right: 40px;
  flex-direction: column;
  background: transparent;
  box-shadow: none;
}

.video-container video {
  width: 100%;
  border-radius: 10px;
  box-shadow: 0px 0px 53px -2px rgba(0, 0, 0, 0.09);
}

section#home {
  margin-bottom: 0 !important;
}

a.navbar-brand {
  cursor: unset;
}

section.title-section {
  margin-top: 0 !important;
}

.header-title {
  margin-top: 0;
}

.video-link-action {
  position: relative;
  top: 10px;
  margin-top: 20px;
}

.video-container {
  width: 60%;
  display: flex;
  padding-left: 40px;
  padding-right: 40px;
  flex-direction: column;
  background: transparent;
  box-shadow: none;
  margin: 0;
}

section.staff-feature-section {
  margin-bottom: 0 !important;
}

@media only screen and (max-width: 600px) {
  .video-banner {
    display: flex;
    height: 871px;
    width: 100%;
    z-index: 0;
    background: #000000c4;
    top: 0;
    align-items: flex-start;
  }

  .video-container {
    width: 100%;
    display: flex;
    padding-left: 16px;
    padding-right: 16px;
    position: relative;
    top: 20px;
  }

  .video-container video {
    width: 100%;
    border-radius: 7px;
    box-shadow: 0px 0px 7px rgb(62, 62, 62);
  }
  .video-link-action {
    position: relative;
    top: 7px;
    margin-top: 0;
  }
  .header-title {
    margin-top: 247px;
  }
}

@media only screen and (max-width: 768px) {
}

@media only screen and (max-width: 1024px) {
}

@media only screen and (max-width: 1276px) {
}
