.rd-navbar-static.rd-navbar-default .rd-navbar-panel {
	top: 22px !important;
}

.fa {
	line-height: 2 !important;
}

.swiper-slide video {
    position: absolute;
    top: 50%;
    left: 70%;
    -webkit-transform: translate(-70%, -50%);
    transform: translate(-70%, -50%);
    width: auto;
    min-height: 101%;
    min-width: 101%;
    max-width: none;
    z-index: 0;
}

h1 {
	color: #fff !important;
	font-family: Helvetica, Arial, sans-serif !important;
}

.swiper-container, .swiper-container .swiper-wrapper {
    height: auto;
    min-height: 45.9375vw;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  height: 100%;
  background: rgba(0, 0, 0, .6);
  opacity: 0.6;
  transition: .3s linear;
    min-height: 101%;
    min-width: 101%;
    max-width: none;
    z-index: 1;
}
