.slider {
  background-color: black;
}

.slider .slide {
  background: no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  width: 100%;
  height: 100vh;
}

.fullscreen {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: 100%;
  width: 100%;
}

.slick-slider {
  margin-bottom: 0;
}

.slick-dots {
    bottom: 50%;
    right: 50px;
    width: 31px;
}

.slick-dots li {
  display: block;
}

.slick-dots li button {
    background-color: #FFF;
    height: 1px;
    width: 20px;
    padding: 0;
    margin: 0;
    float: right;
    transition: width 0.6s linear;
}

.slick-active button {
  width: 32px !important;
}

.description {
  position: absolute;
  width: 100%;
  bottom: 60px;
  text-align: center;
  text-transform: uppercase;
}

.description h1 {
    margin-bottom: 11px;
  }

.description h2 {
    margin-top: 11px;
    margin-bottom: 0;
  }

.description img {
    display: block;
    margin: auto;
    width: 32px;
}

.slider .play {
  background-color: transparent;
  border: 0;
  outline: 0;
  width: 100%;
  margin: 0 0 20px;
  padding: 0;
}

.slick-dots li button:before {
  color: transparent;
}

.slick-dots li.slick-active button:before { opacity: 0; }

.navbar-brand {
  padding-top: 0;
}

.navbar-brand img {
  line-height: 5px;
  display: inline-block;
  width: 191px;
}

@media (max-width: 767px) {
  .slick-dots {
    display: none !important;
    visibility: hidden;
  }
}


@media (max-width: 767px) {
  .mobile-menu {
    padding-top: 23px;
    height: 80px;
  }

  .mobile-menu img {
    width: 150.79px;
    margin-bottom: 15px;
  }

  .menu-320 img {
    width: 15px;
    margin-bottom: 0;
  }

  .menu-320 h3 {
    padding-right: 7.5px;
  }

  .menu-320 img,
  .menu-320 h3 {
    display: inline-block;
  }

  .slide h1 {
    font-size: 50px;
    letter-spacing: -0.54px;
    line-height: 56px;
  }

  .slick-dots {
    display: none !important;
  }
}

@media (min-width: 320px) and (max-width: 767px) {
  .slick-active button {
    width: auto !important;
  }

  .description {
    bottom: 36px;
  }
}
