/* BLOCCO VIDEO CAROUSEL */

.wp-block-lazyblock-video-carousel h3.titolo-carousel {
  font-weight: lighter;
  margin-bottom: 1em;
}

.wp-block-lazyblock-video-carousel .see-all {
  text-align: right;
  padding-bottom: 1em;
}

.video-carousel-item .item {
  position: relative;
}

.video-carousel-item .info {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #0000007e;
  color: #fefefe;
  padding: 2em 1em;
  font-weight: lighter;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.video-carousel-item .play {
  position: absolute;
  top: 25%;
  left: 0;
  right: 0;
  background: transparent;
  color: #fefefe;
  padding: 1em;
  font-weight: lighter;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
}

.video-carousel-item .info h4 {
  font-weight: lighter;
  margin: 0;
  font-size: 1.4rem;
  padding-right: 6rem;
}

.video-carousel-item .play span {
  /*font-size: 100px;*/
  font-size: 85px;
}

.video-carousel-item .info p {
  margin: 0;
}

.wp-block-lazyblock-video-carousel .tns-nav {
  text-align: center;
  margin: 10px 0;
}
.wp-block-lazyblock-video-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-video-carousel .tns-nav > .tns-nav-active {
  background: var(--phddeib-primary);
  width: 14px;
  height: 14px;
}
.wp-block-lazyblock-video-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) {
	
}
