.wd-bnr.v1 {
    .deco {
        position: absolute;
        bottom: -1px;
        z-index: 0;
        width: 100%;

        svg {
            width: 100%;
            height: 5.83rem;
            display: block;

            @media screen and (max-width:699px) {
                & {
                    height: 1.83rem;
                }
            }
        }

        &.tp {
            bottom: initial;
            top: -1px;
            z-index: 1;
        }
    }
}