.slider__banner {
  width: 100%;
}

.slider__banner--video .flickity-page-dots {
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  padding: 0;
}

.slider__banner--video .flickity-page-dots .dot {
  border: 1px solid #e2c465;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  margin: 0 5px;
  background-color: #e2c465;
  opacity: .3;
}

.slider__banner--video .flickity-page-dots .dot.is-selected {
  opacity: 1;
}

@media only screen and (max-width: 767px) {

  .slider__banner .image-with-text-overlay--content-inner .description {
    margin-bottom: 0;
  }  
  
}
