#warstwa {
	display: table;
	position: absolute;
	top: 0;
	left: 0%;
	width: 100%;
	height: 100px;
	z-index: 10;
	visibility: visible;
	overflow: visible;
	background-position: center center;
}

