/* Basic CSS - To be expanded */
img {
    content-visibility: auto;
    /* Helps the browser predict the layout without "thrashing" */
    overflow: hidden;
}