.breadbox-img {
  object-fit: cover;
  height: 100%;
  max-width: 264px;
  max-height: 264px;
}

.breadbox-img.auto-width {
  object-fit: cover;
  height: 100%;
  max-width: none;
  max-height: 264px;
}

.item.breadbox-column {
  position: relative;
  padding: 10px;
}

.welcome-text {
  color: #000000 !important;
}

