.videoslider-wrap {
  position: relative;
  overflow: hidden;
}

.videoslider-wrap iframe,
.videoslider-wrap video {
  width: 100%;
  max-width: 100%;
  display: block;
}

.videoslider-nav {
  text-align: center;
  padding: 10px 0;
}

.videoslider-nav a {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 0 4px;
  background: #ccc;
  border-radius: 50%;
  text-indent: -9999px;
  overflow: hidden;
}

.videoslider-nav a.active {
  background: #a401ab;
}
