.cenos-category-background {
  position: relative;
  height: 100vh;
  overflow: hidden;
}
.cenos-category-background .category_content_wrap {
  position: relative;
  z-index: 2;
  display: table;
  height: 100%;
  table-layout: fixed;
  width: 100%;
  text-align: center;
}
.cenos-category-background .category_content_wrap .categories-item {
  display: table-cell;
  vertical-align: bottom;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  text-align: right;
}
.cenos-category-background .category_content_wrap .categories-item:last-child {
  border-right: none;
}
.cenos-category-background .category_content_wrap .categories-item .cat-name {
  writing-mode: vertical-lr;
  transform: rotate(180deg);
  display: inline-block;
  margin: 20px 15px;
}
.cenos-category-background .category_content_wrap .categories-item .cat-name .cat-link {
  display: block;
  transition: transform 0.4s ease-in-out;
}
.cenos-category-background .category_content_wrap .categories-item .cat-name .cat-link.stroke {
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-color: #000000;
  -webkit-text-stroke-width: 1px;
}
.cenos-category-background .category_content_wrap .categories-item.selected .cat-link {
  transform: translateY(50px);
}
.cenos-category-background .cat-bg {
  background-size: cover;
  background-position: center center;
  bottom: 0;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
  transition: transform 0.7s ease 0s, opacity 0.7s ease 0s;
  -o-transition: transform 0.7s ease 0s, opacity 0.7s ease 0s;
  -webkit-transition: transform 0.7s ease 0s, opacity 0.7s ease 0s;
  z-index: -1;
}
.cenos-category-background .cat-bg.selected {
  opacity: 1;
  z-index: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.cenos-category-background .cenos-category-background-overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
}

/*# sourceMappingURL=category_bg.css.map */
