.text-over-banner-slider {
  margin-bottom: 18px; 
}

.text-over-banner-slider .banner {
  position: relative;
  width: 100%; 
}

.text-over-banner-slider .banner img {
  max-width: 100%; 
}

.text-over-banner-slider h1 {
  font-size: 3.5em;
  line-height: 1;
  position: absolute;
  text-align: center;
  width: 100%;
}

.text-over-banner-slider h2 {
  font-size: 1.2em;
  position: absolute;
  text-align: center;
  width: 100%;
}

.text-over-banner-slider .banner-title {
  color: #fff;
  font-family: "Times New Roman", Times, serif;
  text-shadow: 1px 1px 10px #747474; 
  margin: 0;
  position: absolute;
  top: 40%;
}

.text-over-banner-slider .banner-link {
  margin: 0;
  position: absolute;
  top: 55%;
}

.text-over-banner-slider .banner-link a {
  background: rgba(0, 169, 206, 0.5);
  color: #fff;
  padding: 10px;
}

.text-over-banner-slider .banner-link a:hover {
  background: rgba(0, 169, 206, 0.9);
  color: #fff;
  padding: 10px;
  text-decoration: none;
}

.text-over-banner-slider .owl-pagination {
  display: block; 
}

.aboveImage img {
  margin-bottom: 15px;
}

@media screen and (max-width: 600px) {
  .text-over-banner-slider .banner-title {
    top: 30%;
  }

  .text-over-banner-slider h1 { 
    font-size: 7vw; 
  }

  .text-over-banner-slider a  {
    font-size: 3.5vw;
    white-space: nowrap;
  }
}

@media screen and (max-width: 1210px) and (min-width: 601px) {
  .text-over-banner-slider .banner-title {
    top: 33%;
  }
}




