/* Alsadoun CMS — custom overrides (loaded after the original theme CSS) */

/* Banner: full width while preserving the image's natural aspect ratio
   (the theme forced height:90vh which distorted the ratio). */
.img-home img {
    width: 100%;
    height: auto;
    display: block;
}
