@media screen and (max-width: 991px) {
  .btn {
    width: 100%;
    white-space: normal;
    margin: 0 auto;
  }
  .button-wrapper.inline {
    display: block;
  }
  .button-wrapper,
  .button-wrapper.destra,
  .button-wrapper.sinistra {
    text-align: center;
  }

  .deco-title {
    line-height: 1em;
  }

  /*
  h1.deco-title {
    font-size: 3.5rem;
  }
  h2.deco-title {
    font-size: 3.2rem;
  }
  h3.deco-title {
    font-size: 3rem;
  }
  h4.deco-title {
    font-size: 2.6rem;
  }
  h5.deco-title {
    font-size: 2.2rem;
  }
  h6.deco-title {
    font-size: 1.8rem;
  }*/

  .background-image-row > .vc_column_container {
    background: rgba(0, 0, 0, 0.2);
  }

  .br-slider-control {
    opacity: 1 !important;
  }
  .br-element .post .thumbnail {
    margin: 0;
  }

  .post-inner-wrapper {
    position: relative;
    padding: 1em;
  }

  .br-element .post h2 {
    margin: 0 0 1em 0;
    padding: 0;
    text-align: center;
  }
  .button-wrapper {
    margin-bottom: 1em;
  }

  .features-carousel {
    background-color: var(--features-carousel-color);
  }
  .features-carousel .features-carousel-cycler {
    margin-bottom: 30%;
  }
  .features-carousel .features-slider {
    max-width: 88vw;
    top: 50%;
    margin-right: 6vw;
    transform: none;
  }

  #main-footer {
    text-align: center;
  }
  #main-footer .logo-footer {
    margin: 0 auto 2em auto;
  }

  .social-list-bottom {
    margin-top: 1em !important;
    text-align: center;
  }

  /* CSS3 Text columns styles */

  .text-column-2,
  .text-column-3,
  .text-column-4,
  .text-column-5 {
    columns: 1;
  }

  #slider.home .carousel-caption h2 {
    font-size: 2.3rem;
  }

  .slider-cta {
    font-size: 1.2em;
  }

  #main-footer h3.newsletter-claim {
    font-size: 2.5rem;
  }

  div.post-content-center.text-smaller {
    font-size: 0.95rem;
  }
}
