.smart-campus-showcase {
  aspect-ratio: auto;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  margin-bottom: 22px;
  overflow: visible;
}

.smart-campus-frame {
  aspect-ratio: 16 / 7;
  background: #06183a;
  border: 1px solid rgba(7, 26, 61, 0.14);
  border-radius: 24px;
  box-shadow: 0 24px 70px rgba(7, 26, 61, 0.12);
  height: auto;
  overflow: hidden;
}

.smart-campus-showcase figcaption {
  background: transparent;
  color: #4c5b70;
  font-size: 0.82rem;
  left: auto;
  line-height: 1.65;
  max-width: 980px;
  padding: 14px 4px 0;
  position: static;
}

.campus-badge-anpr {
  left: 20%;
  top: 59%;
}

.campus-badge-attendance-gate {
  left: 39%;
  top: 61%;
}

.campus-badge-classroom {
  left: 57%;
  top: 18%;
}

.campus-badge-key {
  left: 77%;
  top: 78%;
}

.smart-campus-module-strip {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

@media (max-width: 980px) {
  .smart-campus-module-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .smart-campus-frame {
    aspect-ratio: 4 / 3;
    border-radius: 18px;
  }

  .smart-campus-showcase figcaption {
    font-size: 0.76rem;
    padding-inline: 0;
  }

  .smart-campus-module-strip {
    grid-template-columns: 1fr;
  }
}
