.content_scene_cat_bg{
  position: relative;
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  margin-bottom: 35px;
}
.content_scene_cat_bg img{
	width:100%;
	height:auto;
}
.content_scene_cat_bg .cat_desc{
  position: absolute;
  bottom: 10%;
  right: 0;
  width: 70%;
  background-color: rgba(255, 255, 255, 0.6);
  padding: 5px 20px;
}
.content_scene_cat_bg .cat_desc h3{
  padding: 10px 20px;
  text-align: right;
  font-size: 30px;
  font-weight: normal;
  margin: 3%;
  border-right: solid 2px;
}
#layered_ajax_loader_content{
  position: absolute;
  z-index: 999;
  background: rgba(255, 255, 255, 0.6);
  width: 100%;
  height: 100%;
  text-align: center;
}
#layered_ajax_loader_content .content_loader{
  display: table;
  width: 100%;
  height: 100%;
}
#layered_ajax_loader_content .content_loader .loader_text{
  display: table-cell;
  vertical-align: middle;
}
.content_scene_cat img{
  width: 100%;
  height: auto;
}
