.category-banner-container {
  width: 100%;
  height: 192px;
  position: relative;
}

.category-banner-label {
  width: 40%;
  position: absolute;
  height: 100%;
}

.category-banner-label-info {
  z-index: 1;
  padding: 17px 25px;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
}

.category-banner-title {
  font-weight: bold;
  font-size: 24px;
  margin: 0 0 10px 0;
}

.category-banner-subtitle {
  font-weight: 200;
  font-size: 14px;
  line-height: 23px;
  margin: 8px 0 8px 0;
}

.category-banner-right {
  height: 100%;
}

.category-banner-image {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
  background-size: cover;
  background-position: bottom right;
  background-repeat: no-repeat;
  object-fit: cover;
}

@media (max-width: 950px) {
  .category-banner-image {
    background-size : contain;
    background-position : center;
  }

  .category-banner-container{
    height: 192px;
  }

  .category-banner-label {
    width: 70%;
  }
}

@media (max-width: 800px) {
  .category-banner-container{
    height: 190px;
  }
}

@media (max-width: 799px) {
  .category-banner-container{
    height: 160px;
  }
}

@media (max-width: 599px) {
  .category-banner-container{
    height: 120px;
  }
}

@media (max-width: 499px) {
  .category-banner-container{
    height: 100px;
  }
}
@media (max-width: 399px) {
  .category-banner-container{
    height: 60px;
  }
}
