:root {
  --current-color: #fff;
}

.category .block-background {
  height: 320px;
  height: 725px;
}

h1 {
  color: #fff;
}

.wrap-cat-header {
  position: relative;
}
.wrap-cat-header .sub-title {
  position: relative;
  z-index: 10;
  margin: 0 5%;
  padding: 15px;
  font-size: 16px;
  line-height: 1.6em;
  color: #fff;
}

@media (min-width: 576px) {
  .category .block-background {
    height: 450px;
    height: 725px;
  }
}
@media (min-width: 768px) {
  .wrap-cat-header .sub-title {
    font-size: 20px;
    line-height: 1.6em;
    margin: 0px 10%;
  }
  /*.wrap-cat-thumbnail {
      position: absolute;
      margin: 0;
      left: 0;
      right: 0;
      top: 150px;

      .cat-thumbnail {
          padding-top: 450px;
      }
  }*/
}
@media (min-width: 900px) {
  .category .block-background {
    height: 550px;
  }
  .wrap-cat-header {
    margin-bottom: 40px;
  }
}
@media (min-width: 1200px) {
  .category .block-background {
    height: 600px;
  }
}
