/* use this for style redefinitions to awoid problems with
unpredictable css rules order in build */
.bc-compact-media__container {
  max-width: 296px;
}
.bc-compact-media__media {
  max-width: 232px;
  padding: 8px 0;
}
.bc-compact-media__image {
  object-fit: contain;
  object-position: left;
  max-height: 88px;
  max-width: 232px;
  width: auto;
}
@media (max-width: 1081px) {
  .bc-compact-media__container {
    max-width: none;
    width: 50%;
  }
}
@media (max-width: 577px) {
  .bc-compact-media__container {
    width: 100%;
  }
}