.mod-bannerplus-single {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin: 12px 0;
}

.banner-label {
  font-size: 11px;
  font-weight: 600;
  color: #555;
  margin-bottom: 4px;
  text-transform: uppercase;
}

.banner-item {
  width: 300px;
  height: 200px;
}

.banner-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border: 1px solid #ddd;
}

@media (max-width: 768px) {
  .banner-item {
    width: 100%;
    height: auto;
  }
  .banner-item img {
    height: auto;
  }
  .banner-label {
    font-size: 10px;
  }
}
