.periodo-eleitoral-banner-card.news-card {
  display: flex;
  width: 100%;
  max-width: 760px;
  margin: 0 auto;
  overflow: hidden;
  border: 0;
  border-radius: var(--card-radius, 16px);
  background: transparent;
  box-shadow: none;
  cursor: default;
}

.periodo-eleitoral-banner-card .news-img-wrapper {
  display: flex;
  width: 100%;
  height: auto;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: transparent;
}

.periodo-eleitoral-banner-card .news-img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  object-fit: contain;
  transform: none;
}

.periodo-eleitoral-banner-card.news-card:hover,
.periodo-eleitoral-banner-card.news-card:hover .news-img {
  transform: none;
  box-shadow: none;
}
