/* BLOCCO IMAGE CAROUSEL */

.image-carousel-item .item {
  background: #fff;
}

.image-carousel-item img {
  width: 100%;
}

.wp-block-lazyblock-image-carousel .tns-nav {
  text-align: center;
  margin: 10px 0;
}
.wp-block-lazyblock-image-carousel .tns-nav > [aria-controls] {
  width: 14px;
  height: 14px;
  padding: 0;
  margin: 0 5px;
  border-radius: 50%;
  background-color: #ffffff00;
  border: 1px solid var(--phddeib-primary);
}
.wp-block-lazyblock-image-carousel .tns-nav > .tns-nav-active {
  background: var(--phddeib-primary);
  width: 14px;
  height: 14px;
}
.wp-block-lazyblock-image-carousel .tns-ovh {
	padding-bottom: 1em;
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {

}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {

}

/* X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {

}

/* XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) {
	
}
