.shape01{
    position: relative;
    overflow: hidden;
}
.shape01:before {
    position: absolute;
    background-size: contain !important;
    content: url(/images/0-vigor/others/shape01.png);
    top: 0px;
    bottom:0;
    left: -300px;
    margin:auto;
    background-repeat:no-repeat;
    z-index: 1!important;
    }



.shape02{
    position: relative;
    overflow: hidden;
}
.shape02:before {
    position: absolute;
    background-size: contain !important;
    content: url(/images/0-vigor/others/shape02.png);
    top: 0px;
    bottom:0;
    right: -300px;
    margin:auto;
    background-repeat:no-repeat;
    z-index: 1!important;
    }