@media (min-width: 480px) {
  #news-2025-11-18 .portrait {
    font-size: 0;
  }
  #news-2025-11-18 .portrait img {
    display: inline-block;
    width: 50%;
  }
}

@media (max-width: 480px) {
  #news-2025-11-18 .portrait img {
    display: block;
    width: 100%;
  }
}
