/* Categories Page Styles */
.content_scene_cat {
  margin-bottom: 15px; }
  @media (min-width: 992px) {
    .content_scene_cat {
      margin-bottom: 20px; } }

.content_cat .catname-container {
  width: 100%;
  background-color: rgba(0, 0, 0, 0.65);
  padding: 10px 0; }
  .content_cat .catname-container h1 {
    color: #ffffff;
    margin-top: 0;
    margin-bottom: 0; }
.content_cat.parallax-home {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 55vmin; }
  .content_cat.parallax-home > div.parallax-wrap {
    position: relative;
    width: 100%;
    height: 100%; }
    .content_cat.parallax-home > div.parallax-wrap > div.item-img {
      position: absolute;
      width: 100%;
      height: 150%;
      background-position: center;
      background-size: cover; }
  .content_cat.parallax-home .catname-container {
    position: absolute;
    bottom: 0; }
