/* Category page banner fixes */

.content_scene_cat .content_scene_cat_bg {
  background-color: #464646 !important;
  background-repeat: no-repeat !important;
  background-position: right center !important;
  background-size: contain !important;
  min-height: 217px;
}

.content_scene_cat .cat_desc {
  max-width: 70%;
  position: relative;
  z-index: 1;
}

.content_scene_cat span.category-name {
  display: block;
}

.content_scene_cat .rte h2 {
  color: #d7d7d7;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  margin: 0;
}

.page-heading.product-listing .cat-name {
  text-transform: uppercase;
}

@media (max-width: 767px) {
  .content_scene_cat .content_scene_cat_bg {
    background-size: 120px auto !important;
    background-position: right 10px center !important;
    padding-right: 130px !important;
  }

  .content_scene_cat .cat_desc {
    max-width: 100%;
    padding-right: 0;
  }
}

@media (max-width: 480px) {
  .content_scene_cat .content_scene_cat_bg {
    background-image: none !important;
    padding-right: 15px !important;
  }
}
