.custom-coll-banner-items img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 768px) {
  .custom-coll-banner-items img {
    aspect-ratio: 4 / 2;
  }
}
