.watermarkit-container {
    position: relative;
    display: inline-block;
}

.watermarkit {
    position: absolute;
    z-index: 1;
    width;
    100%;
    height: 100%;
    visibility: hidden;
}

.watermarkit img {
    width: 100%;
    height: 100%;
    z-index: 2;
    margin-left: 0px;
    margin-bottom: 0px; 

	/*max-width:720px;*/
	/*min-width:720px;*/
/*	height:auto;*/
/*	clip: rect(T, R, B, L);*/
/*	clip: rect(0px, 720px, 20px, 0px);	*/
	
}