@layer curby_utils {
  .ratio-3-2 { aspect-ratio: 3 / 2; }
  .ratio-4-3 { aspect-ratio: 4 / 3; }
}
