
.imageUploaderToAZ{
	position: relative;
}

.imageUploaderToAZ > input[type=file]{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: block;
    width: 100%;
    height: 100%;
    z-index: 20;
    color: transparent;
    background-color: transparent;	
    opacity: 0;
}
.imageUploaderToAZ > .fileUploaderIcon{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 10;	
}