.screenshot {
  max-width: 350px;      /* iPhone-sized default */
  width: 100%;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}

.screenshot--half {
  max-width: 175px; /* 50% of 350px */
}