/* line 1, app/assets/stylesheets/categories.scss */
.back-image-category {
  background-image: linear-gradient(rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.2));
  position: relative;
  height: 50vh;
  background-color: var(--red);
  background-attachment: fixed;
  background-position: center center;
  background-size: cover;
}
