.home-bg2{
  	position: relative;
}
.home-bg2:before {
    position: absolute;
    background-size: contain !important;
    width: 1000px;
    content: '';
    background: url(/images/Home/Mask_Group_25.png);
    height: 1000px;
    top: 430px;
    bottom: 0px;
    right: 0px;
    margin:auto;
    background-repeat:no-repeat;
    z-index:-10 !important;
}
