.page-category .tpc-catalog-advertising-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: .35rem;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  object-fit: cover;
  object-position: center;
}
