.slideshow {
  margin-top: 80px;
  max-height: 750px; }
  @media screen and (min-width: 768px) {
    .slideshow {
      margin-top: 117px; } }

.slide {
  width: 100%;
  position: absolute;
  align-items: center;
  justify-content: center;
  overflow: hidden; }
  .slide .vid-background {
    background-size: cover;
    -webkit-background-size: cover;
    background-repeat: no-repeat;
    width: 106%; }
  .slide.video video {
    min-width: 1000px; }
  .slide .btn-style {
    min-width: 250px;
    width: auto;
    padding: 0 20px;
    line-height: 25px;
    height: 75px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px; }
    @media screen and (min-width: 768px) {
      .slide .btn-style {
        display: block;
        font-size: 20px;
        line-height: 60px;
        height: 60px; } }
  .slide.is-selected {
    z-index: 1000; }
  .slide .slide-img {
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover; }
  .slide .cta-captions {
    display: inline-flex;
    position: absolute;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0; }
    .slide .cta-captions h1 {
      width: 100%;
      color: #fbd905; }
      @media screen and (max-width: 767px) {
        .slide .cta-captions h1 {
          font-size: 42px;
          line-height: 42px;
          letter-spacing: 2px; } }

.rental-slideshow {
  height: 450px; }
  .rental-slideshow .rental-slide {
    width: 100%; }
    .rental-slideshow .rental-slide.md {
      height: 500px; }
    .rental-slideshow .rental-slide.sm {
      height: 450px; }
    .rental-slideshow .rental-slide .rental-slide-img {
      width: 100%;
      background-repeat: no-repeat;
      background-size: cover; }
      .rental-slideshow .rental-slide .rental-slide-img.md {
        height: 500px; }
      .rental-slideshow .rental-slide .rental-slide-img.sm {
        height: 450px; }

.flickity-page-dots {
  bottom: 35px; }
  .flickity-page-dots .dot {
    background-color: #fbd905; }

/*# sourceMappingURL=slides-by-avid-styles.css.map */
