/*****************************

Banner Responsive

****************************/

@media only screen and (min-width: 1201px) {

  /*Huge banner title*/
  .ast-huge-banner-title .teaser-inner-wrapper h2 {
    font-size: 46px;
  }
}

@media only screen and (min-width: 1025px) {

  /* banner height */
  .banner .homepage-banner-block .content img {
    height: calc(100vh - 90px);
  }

  /*Huge banner title*/
  .ast-huge-banner-title .teaser-inner-wrapper {
    max-width: 700px;
  }

  .ast-huge-banner-title .teaser-inner-wrapper h2 {
    font-size: 42px;
  }
}

@media only screen and (min-width: 992px) {

  /* banner height */
  .banner .homepage-banner-block img {
    height: calc(100vh - 50px);
    max-height: 700px;
  }
}

/* Medium Devices, Desktops  */

@media only screen and (max-width: 991px) {
  .banner .publication-type {
    display: block;
  }

  .publication-blurb {
    display: none;
  }

  .banner img {
    height: 260px;
  }

  .teaser-inner-wrapper {
    max-width: 45%;
    left: 0;
    margin: 0 60px;
  }

  .teaser-inner-wrapper h2 {
    font-size: 20px;
    /* display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden; */
  }

  .scroll-down-block {
    display: none;
  }

  .banner .slider-link {
    margin-top: 0;
  }

  .banner .view-home-page-slider .slick-slider .slick-arrow {
    display: none !important;
  }

  .banner .slick-dots {
    display: flex !important;
    justify-content: center;
    margin: 0;
    padding: 10px 0 20px;
    list-style-type: none;
    position: absolute;
    bottom: 0;
    width: 100%;
  }

  .banner .slick-dots li {
    margin: 0 0.65rem;
  }

  .banner .slick-dots button {
    display: block;
    width: 1rem;
    height: 1rem;
    padding: 0;
    border: none;
    border-radius: 100%;
    background-color: #ffffff;
    text-indent: -9999px;
  }

  .banner .slick-dots .slick-active button {
    background-color: rgb(255, 157, 0);
  }

  .views-thematic-image img {
    width: 100%;
  }

  .event-img-slider .event-when-where {
    margin-bottom: 20px;
    font-size: 14px;
  }

  /* banner addintional links */

  .banner-additional-links {
    margin-bottom: 20px;
  }

  .banner-additional-links li {
    margin-bottom: 6px;
  }

}

@media only screen and (max-width: 767px) {
  .banner {
    z-index: 2;
  }

  .event-img-slider .teaser-inner-wrapper h2 {
    margin-bottom: 5px;
  }

  .event-img-slider .event-when-where {
    margin-bottom: 10px;
  }

  .teaser-inner-wrapper h2 {
    margin-top: 15px;
  }

  .banner .slick-dots button {
    width: .5rem;
    height: .5rem;
  }

  /* banner addintional links */

  .banner-additional-links {
    margin-bottom: 15px;
  }

  .banner-additional-links a {
    font-size: 14px;
    line-height: 18px;
  }

  .banner-additional-links li {
    margin-bottom: 2px;
  }

}

@media only screen and (max-width: 480px) {
  .teaser-inner-wrapper {
    max-width: calc(100% - 60px);
    margin: 0 30px;
  }
}
