.center {
    text-align: center;
  }

  .main-news-div-thumb{
    width: 100%; /* Set the desired width of the container */
      max-width: 500px; /* Optional: Add a maximum width */
      aspect-ratio: 16 / 9; /* Maintain a 16:9 aspect ratio */
      overflow: hidden; /* Crop anything outside the bounds */
      position: relative; /* Required for absolute positioning */
      background: #f0f0f0; /* Optional: Placeholder backgr-div-thumb*/
  }
  .main-news-thumb{
    width: 100%; /* Scale to fill container's width */
    height: 100%; /* Scale to fill container's height */
    position: absolute;
    top:0;
    left:0;
  }

