.deco{
    position: absolute;
    left: 0;
    width: 100%;
    svg{
        width: 100%;
        height: inherit;
    }
    &.bt{
        bottom: -1px;
    }
    &.tp{
        top: 0;
    }
}