.container_freccia {
    width: 100%;
    font-size: 4rem !important;
    font-weight: bold !important;
    line-height: 0px !important;
}

/*carosello del porcoddio */
/* Carousel base class */

  /* Since positioning the image, we need to help out the caption */
.carousel-caption {
    bottom: 3rem;
    z-index: 10;
  }
  
  /* Declare heights because of positioning of img element */
  .carousel-item {
    height: 32rem;
  }
  .carousel-item > img {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    height: 32rem;
  }
  
  @media (min-width: 40em) {
    
    .carousel-caption {
      margin-bottom: 1.25rem;
      font-size: 1.25rem;
      line-height: 1.4;
    }
  }