.category-section {
    /*padding: 12rem 0;*/
}
.category-section .split-image {
    top: 0;
    bottom: 0;
    height: auto;
    z-index: 5;
}
.category-section .split-content {
    padding: 8rem 4rem;
}
.category-section .split-image{
    float:left;
    background-size: cover !important;
}

.category-section.right .split-image .split-gradient {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: -moz-linear-gradient(left,#000 0,#000 4%,rgba(0,0,0,0) 54%,rgba(0,0,0,0) 100%);
    background: -webkit-linear-gradient(left,#000 0,#000 4%,rgba(0,0,0,0) 54%,rgba(0,0,0,0) 100%);
    background: linear-gradient(to right,#000 0,#000 4%,rgba(0,0,0,0) 54%,rgba(0,0,0,0)100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000', endColorstr='#575353', GradientType=1 );
}
.category-section.left .split-image .split-gradient {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: -moz-linear-gradient(left,rgba(0,0,0,0) 0,rgba(0,0,0,0) 46%,#1b1a1a 96%,#000 100%);
    background: -webkit-linear-gradient(left,rgba(0,0,0,0) 0,rgba(0,0,0,0) 46%,#1b1a1a 96%,#000 100%);
    background: linear-gradient(to right,rgba(0,0,0,0) 0,rgba(0,0,0,0) 46%,#1b1a1a 96%,#000 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000', endColorstr='#575353', GradientType=1 );
}

.section-category{
  -webkit-clip-path: polygon(0 0, 50% 0, 100% 0, 100% 90%, 75% 90%, 50% 100%, 26% 90%, 0 90%);
   clip-path: polygon(0 0, 50% 0, 100% 0, 100% 90%, 75% 90%, 50% 100%, 26% 90%, 0 90%);
}


/* Portrait and Landscape */


@media only screen and (max-width: 670px) {

    .category-section .split-content {
        width: 100%;
    }
    .category-section .split-image {
           width: 100%;
           height: 250px;
           position: relative;
           background-position: top center !important;
           background-size:cover !important;
    }

    .section-category{
      -webkit-clip-path: polygon(0 0, 50% 0, 100% 0, 100% 95%, 75% 95%, 50% 100%, 25% 95%, 0 95%);
       clip-path: polygon(0 0, 50% 0, 100% 0, 100% 95%, 75% 95%, 50% 100%, 25% 95%, 0 95%);
   }

}

@media (max-width: 992px) {
  .category-section .split-content {
      padding-bottom: 0rem;
  }

  .category-section .split-image{
    height: 440px;
  }
}

 @media only screen and (max-width: 1200px) {

    .category-section .split-content {
        width: 100%;
    }
    .category-section .split-image {
           width: 100%;
           position: relative;
           background-position: top center !important;
           background-size:cover !important;
    }


 }
