.overlay-escort {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(
    to bottom,
    transparentize(#0e1d33, 0.2),
    transparentize(#0e1d33, 0.8)
  );
}

.hero-slider-escort {
  width: 100%;
  height: 100%;
  overflow: hidden;

  .carousel-cell-escort {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;

    .inner-escort {
      position: relative;
      top: 50%;
      transform: translateY(-50%);
      color: white;
      text-align: center;

      .subtitle-escort {
        font-size: 2.2rem;
        line-height: 1.2em;
        font-weight: 200;
        font-style: italic;
        letter-spacing: 3px;
        color: rgba(255, 255, 255, 0.5);
        margin-bottom: 5px;
      }

      .title-escort {
        font-size: 45px;
        color: #fff;
        line-height: 1.2em;
        text-transform: uppercase;
        letter-spacing: 3px;
        margin-bottom: 40px;
      }
      .btn-escort {
        border: 1px solid #fff;
        padding: 14px 18px;
        text-transform: uppercase;
        font-size: 0.8rem;
        letter-spacing: 3px;
        color: #fff;
        text-decoration: none;
        transition: all 0.2s ease;
        &:hover {
          background: #fff;
          color: #000;
        }
      }
    }
  }

  /* .flickity-prev-next-button {
    width: 80px;
    height: 80px;
    background: transparent;
    &:hover {
      background: transparent;
    }
    .arrow {
      fill: white;
    }
  } */
  .flickity-page-dots {
    bottom: 30px;
    .dot {
      width: 30px;
      height: 4px;
      opacity: 1;
      background: rgba(255, 255, 255, 0.5);
      border: 0 solid white;
      border-radius: 0;
      &.is-selected {
        background: #2b542c;
        border: 0 solid #2b542c;
      }
    }
  }
}
@media (max-width: 768px) {
  .title-escort {
    font-size: 26px !important;
  }
  .btn-escort {
    font-size: 0.9rem;
    padding: 8px 16px;
  }
  .hero-slider-escort {
  width: 100%;
  height: 50%;
  overflow: hidden;
  }
   
}
