/* Change Banner Background Image for Mobile (up to 767px) */
@media (max-width: 767px) {
    .container-banner .banner-overlay {
        background-attachment: scroll; /* Add scroll for background image */
    }
}
.blog .item img {
    max-width: 100px;
    height: auto;
}
.introduction-small img {
    max-width: 200px;
    height:auto
}