img[loading="lazy"] {
    opacity: 1;
    transition: opacity 0.3s ease-in-out;
}

img {
    height: auto;
    max-width: 100%;
}
