.s-bevel-type-1{
  position:relative;
  overflow:hidden;
}
@media screen and (max-width:639px){
  .s-bevel-type-1{
    height:56px
  }
}
@media (min-width:640px) and (max-width:959px){
  .s-bevel-type-1{
    height:70px
  }
}
.s-bevel-type-1_direction-left .sb-background_bottom-background{
  top:50%;
  height:100%;
  background-color:#333
}
@media screen and (max-width:959px){
  .s-bevel-type-1_direction-left .sb-background_bottom-background{
    transform:skewY(5deg)!important
  }
}
@media screen and (min-width:960px){
  .s-bevel-type-1{
    height:140px
  }
  .s-bevel-type-1_direction-left .sb-background_bottom-background{
    transform:skewY(3deg)!important
  }
}
.s-bevel-type-1_direction-right .sb-background_bottom-background{
  top:50%;
  height:100%;
  background-color:#333
}
@media screen and (max-width:959px){
  .s-bevel-type-1_direction-right .sb-background_bottom-background{
    transform:skewY(-5deg)!important
  }
}
@media screen and (min-width:960px){
  .s-bevel-type-1_direction-right .sb-background_bottom-background{
    transform:skewY(-3deg)!important
  }
}
