.cc-photo {
  display: flex;
  justify-content: center;
  align-items: center;
  aspect-ratio: 1;
}

.cc-photo > img {
  max-width: 100%;
  max-height: 100%;
}

/* ================== */

.cc-section {
  width: 100%;
}

.cc-section > * {
  margin: 0;
  padding: 0;
}
