/*IE*/
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
}

.homepage-top-header {
  position: fixed !important;
  width: 100%;
  z-index: 1;
}
.homepage-top-header .container {
  padding-top: 10px !important;
}
.homepage-top-header .container .row .col-md-6 .richtext :first-of-type {
  padding-top: 3px !important;
}

.video-carousel {
  position: relative;
  /* width: 320px; */
  /* margin: 20px auto; */
}
.video-container {
  display: flex;
  overflow: hidden;
  /* width: 320px; */
}
video {
  flex: 0 0 100%;
  display: none;
  width: 100%;
  max-height: 450px;
}
video.active {
  display: block;
}
button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  border: none;
  padding: 10px;
  cursor: pointer;
}

button.next {
  right: 0px;
}
