﻿news-container {
    height: 100px; /* Set the desired height for the visible area */
    overflow: hidden; /* Hide any part of the image that exceeds the container's height */
}

.news-container img {
    width: 100%; /* Ensure the image spans the container's width */
    /* By default, the top of the image is shown because the image starts at the top of the container */
}
