/* Keep the recipe carousel inside the viewport on narrow screens. */
@media (max-width: 820px) {
  .listing-recipes {
    margin-right: 0;
    max-width: 100%;
  }
}
