.splide {
  min-width: 0;
  margin-bottom: 3rem;
}

.splide__slide img {
  max-width: 100%;
  width: 100%;
  height: auto;
}

.didattica-digitale .flex-viewport {
  margin-top: 1rem;
}

.dd-video {
  margin-bottom: 2rem;
  margin-top: 2rem;
  border-top: 2px solid #e9e6df;
  padding-top: 2rem;
}

.didattica-digitale img,
.studenti img,
.dd-video img {
  width: 100%;
}

.didattica-digitale .flex-control-nav {
  transform: translateY(-55px);
}

.dd-video>h3 {
  margin-bottom: 3.5rem;
}

.dd-links a.btn-dd {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 3rem;
  padding: 1rem 4rem;
  font-size: 1.7rem;
  white-space: inherit;
  text-transform: uppercase;
}

.btn-dd .caret {
  transform: scale(2) translateX(10px);
  margin-right: 0.5rem;
}

.dd-conatti {
  margin-top: 4rem;
  padding-top: 10px;
  border-top: 2px solid #eee;
}

.dd-links .dropdown-menu {
  width: 100%;
  border: 0;
  border-radius: unset;
}

.dd-links .dropdown-menu a {
  display: block;
  padding: 2rem 1.7rem;
  text-decoration: none !important;
}

.dd-links .dropdown-menu a:hover {
  background-color: #eee;
}

.dd-links .dropdown-menu a i {
  margin-left: 1rem;
}

.dd-video a {
  display: block;
  text-decoration: none !important;
  color: inherit;
}

.dd-video img {
  margin-bottom: 1.3rem;
}

.dd-video a p {
  color: #666666;
  margin-top: .85rem;
}

@media (min-width: 992px) {
  .dd-links a.btn-dd {
    height: 100px;
  }
}

@media (min-width: 1200px) {
  .dd-links a.btn-dd {
    height: 80px;
  }
}