﻿#aktualnosc_tlo {
	display: none;
	opacity: 0;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100vw;
	height: 100vh;
	z-index: 9999;
	background: rgba(0,0,0,0.8);
}
#aktualnosci_zmaknij {
	position: absolute;
	top: 0px;
	right: 0px;
	font-size: 20px;
	display: block;
	padding: 8px;
	background: #FFEE00;
	cursor: pointer;
}

#aktualnosc {
	margin: 0 auto;
	position: relative !important;
}

#aktualnosc {
	width: 1232px;
	/*height: 528px;*/
	height: 520px;
	position: absolute;
	top: 0;
	text-align: center;
/*	margin-top: calc((100vh - 530px) / 2);*/
	z-index: 10;
	overflow: auto;
}

#aktualnosc{
	background:#fff;
}