.publi-box-image-wrapper {
  overflow: hidden !important;
}

.publi-box-image-wrapper .image-link {
  display: block !important;
  height: 100% !important;
  width: 100% !important;
}

.publi-box-image-wrapper img {
  height: 100% !important;
  width: 100% !important;
  object-fit: cover !important;
}

@media (min-width: 778px) {
  .publi-box-image-wrapper {
    height: 288px !important;
  }
}
