/**
 * تنسيقات بسيطة للصور
 */

img {
    max-width: 100%;
    height: auto;
    display: block;
}
