/*!
 * Created By Michael Wright
 * Date 9/5/2025
 * This is CSS intended for the shacharit service page
 */

/* ----------------------- */
/* Mobile default (<768px) */
/* ----------------------- */

img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: scale-down;
}

/* ---------------------- */
/*    Desktop (≥1200px)   */
/* ---------------------- */

@media (min-width: 1200px) {
  img {
    width: 80%;
    margin: auto;
  }
}