.overlay {
  position: relative;
  z-index: 2;
}

.gmap iframe {
  display: block !important;
  width: 100%;
  height: 666px;
  margin: 0 !important;
}

#prodotti .card-prod {
  text-decoration: none;
}

.wp-block-cover .rank-math-breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
}
.wp-block-cover .rank-math-breadcrumb p {
  margin: 0;
}
.wp-block-cover .rank-math-breadcrumb a {
  color: #fff;
}
.wp-block-cb-carousel-v2.pics .swiper img {
  display: block;
  width: 100%;
  min-height: 500px;
  max-height: 90vh;
  -o-object-fit: cover;
     object-fit: cover;
}