:root {
  --current-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;
}

@media (min-width: 768px) {
  .wrap-cat-header h1 {
    color: #a58823;
    text-shadow: 0 0 1px #fff, 0 0 2px #fff;
  }
  .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) {
  .wrap-cat-header {
    margin-bottom: 40px;
  }
}
