.photo {
  display:block;
  width: 100%;
  height: auto;
  border-radius: var(--radius-2xl);
  overflow: hidden;
  box-shadow: var(--shadow-std);
}