#ptag::before {
    content: '';
    background: url('../img/free.png');
    background-repeat: repeat;
	width: 70px;
    height: 86px;
    background-size: cover !important;
    position: absolute;
    z-index: 100000;
    margin-top: 0px;
    margin-left: 1px;
    margin-right: 0;
    left: 0;
}