html,
body,
.video-container,
.video {
  margin: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.video {
  -o-object-fit: cover;
     object-fit: cover;
}

section.dd_fullscreenslider article.slide:nth-of-type(2) {
  background: #000;
}

.my-bullet {
  width: 100px;
  height: 4px;
  background: #999;
  position: relative;
  display: inline-block;
  margin: 0 30px;
  padding: 0;
  cursor: pointer;
  border-radius: 2px;
}

.my-bullet .my-bullet-bar {
  position: absolute;
  display: inline-block;
  width: 0;
  height: 4px;
  top: 0;
  left: 0;
  background:#222;
  border-radius: 2px;
}

@-webkit-keyframes mywidth {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}

@keyframes mywidth {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}
/*# sourceMappingURL=video.css.map */