.banner {
  position: relative;
  padding: 11px 0 16px;
  margin: 0 auto;
  text-align: center;
}

.dg-container {
  position: relative;
  width: 100%;
  height: 500px;
}

.dg-wrapper {
  width: 420px;
  height: 460px;
  margin: 0 auto;
  position: relative;
  transform-style: preserve-3d;
  perspective: 1000px;
  transition: all 0.3s ease;
}
.dg-wrapper h3 {
  color: #fff;
  font-size: 20px;
  margin-top: 15px;
}
.dg-wrapper p {
  color: #fff;
  font-size: 16px;
}
.dg-wrapper a {
  padding: 15px;
  width: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}

.dg-wrapper a:first-child {
  z-index: 2;
}
.dg-wrapper {
  background: #000;
}

.dg-wrapper h3 {
  display: none;
}
.dg-wrapper p {
  display: none;
}
.dg-wrapper .dg-center h3 {
  display: block !important;
}
.dg-wrapper .dg-center p {
  display: block !important;
}
.dg-wrapper a img {
  display: block;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  width: 100%;
  height: 280px;
  background: #fff;
}

.dg-wrapper a.dg-transition {
  transition: all 0.5s linear;
}

.dg-wrapper a.dg-transition-fast {
  /* transition: all 0.2s ease-in-out; */
  transition: all 0.5s linear;
}

.dg-container nav {
  display: none;
}

.dg-container nav span:hover {
  opacity: 1;
}

.dg-container nav span.dg-next {
  background-position: top right;
  margin-left: 10px;
}

.dg-container #lightButton2 {
  bottom: 20px;
}

.dg-container .button {
  position: relative;
  z-index: 5;
  top: 60px;
}

.dg-container .button li {
  cursor: pointer;
  display: inline-block;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  margin-right: 5px;
  background: rgba(255, 255, 255, 0.3);
  border: 1px solid rgba(0, 0, 0, 0.2);
}

.dg-container .button .light {
  background: black;
}


