@media (min-width: 769px) {
  .cc-collection-banner .collection-banner__media{max-height:380px;overflow:hidden;background:#fff}
  .cc-collection-banner .collection-banner__media img{object-fit:contain;height:100%;width:100%;padding:14px}
}
@media (max-width: 768px) {
  .cc-collection-banner .collection-banner__media{max-height:260px;overflow:hidden;background:#fff}
  .cc-collection-banner .collection-banner__media img{object-fit:contain;height:100%;width:100%;padding:10px}
}
