@media only screen and (max-width: 1200px) {
  .banner-aside-wrapper {
    padding: 0 50px;
  }
}

@media screen and (max-width: 1024px) {
  .banner-no-img .banner-aside-wrapper {
    padding: 30px;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
  }

  .banner-no-img .banner-title {
    margin-bottom: 25px;
  }

  .banner-no-img .banner-aside {
    padding: 0;
    margin: 0;
    border: 0;
    flex: unset;
    width: 100%;
  }

  .banner-no-img .banner-img {
    height: 350px;
  }
}

@media only screen and (max-width: 991px) {

  .banner-img img,
  .banner-img {
    /* height: 125px; */
    height: 220px;
  }

  .banner-content {
    width: calc(100% - 50px);
    left: 25px;
  }

  .banner-title {
    /* font-size: 18px; */
    /* line-height: 24px; */
    margin: 0;
  }



  .banner-aside-wrapper {
    flex-direction: column;
    align-items: flex-start;
    padding: 0 25px;
    width: 100%;
    left: 0;
    justify-content: center;
  }

  .banner-aside-wrapper .banner-title {
    margin-bottom: 20px;
    width: 100%;
  }

  .banner-side-title {
    margin-bottom: 10px;
  }

  .coil-publications .banner-img img,
  .coil-publications .banner-img {
    height: 300px;
  }
}

@media screen and (max-width: 767px) {
  .home-banner .banner-title {
    /* font-size: 32px; */
    font-size: 30px;
  }

  .banner-title {
    font-size: 28px;
  }

  .home-banner .banner-blurb {
    font-size: 14px;
    line-height: 22px;
  }

  .coil-publications .banner-img img,
  .coil-publications .banner-img {
    height: 250px;
  }

  .home-banner .banner-img:after {
    background: rgba(0, 0, 0, .35);
  }

  .banner-no-img .banner-aside {
    font-size: 24px;
  }

  .scroll-btn {
    bottom: 50px;
  }
}
