/* this is a custom CSS */
.item-page.layout-default.no-sidebar .top-article-info {
  max-width: 100%; /*original : 768px*/
}

.banner-container {
  width: 100%;
  height: 100px;
  overflow: hidden;
  position: relative;
}

.banner-container img {
  position: absolute;
  height: 100px;
  left: 50%;
  transform: translateX(-50%);
  object-fit: none; /* Ensure no resizing */
}
