.relpack-art-jan {
        background: url("january.png") no-repeat;
        padding-left: 60px;
        width: 85%;
        height:24px;
    }

.relpack-art-feb {
        background: url("february.png") no-repeat;
        padding-left: 60px;
        width: 85%;
        height:24px;
    }

.relpack-art-mar {
        background: url("march.png") no-repeat;
        padding-left: 60px;
        width: 85%;
        height:24px;
    }

.relpack-art-apr {
        background: url("april.png") no-repeat;
        padding-left: 60px;
        width: 85%;
        height:24px;
    }

.relpack-art-may {
        background: url("may.png") no-repeat;
        padding-left: 60px;
        width: 85%;
        height:24px;
    }

.relpack-art-jun {
        background: url("june.png") no-repeat;
        padding-left: 60px;
        width: 85%;
        height:24px;
    }

.relpack-art-jul {
        background: url("july.png") no-repeat;
        padding-left: 60px;
        width: 85%;
        height:24px;
    }

.relpack-art-aug {
        background: url("august.png") no-repeat;
        padding-left: 60px;
        width: 85%;
        height:24px;
    }

.relpack-art-sep {
        background: url("september.png") no-repeat;
        padding-left: 60px;
        width: 85%;
        height:24px;
    }

.relpack-art-oct {
        background: url("october.png") no-repeat;
        padding-left: 60px;
        width: 85%;
        height:24px;
    }

.relpack-art-nov {
        background: url("november.png") no-repeat;
        padding-left: 60px;
        width: 85%;
        height:24px;
    }

.relpack-art-dec {
		background: url("december.png") no-repeat;
     	padding-left: 60px;
     	width: 85%;
     	height:24px;
	}

@media only screen and (max-width : 600px) {
#relpack-art-m  {
		background: url("transparent.png") no-repeat;
        padding-left:10px;
    }
}