div#firma_pod {
position:absolute;
top:0;
left:18%;
width:82%;
height:100%;
background: url('/grafiki/tlo_firma.png') left top no-repeat;	
}

div#firma_pod > div {
position:absolute;
top:0;
left:0;
width:100%;
height:100%;	
background-size:cover;
padding:30px 0 0 0;	
}

div#firma_pod > div > div {
width:100%;
/*height:100%;	*/
display:table;	
background: url('/grafiki/firma_pod.png') left center no-repeat;	
background-size:30% auto;
}

div#firma_pod > div > div > div {
display:table-cell;
height:100%;
vertical-align:middle;	
padding: 0 20% 0 35%;

font-size:13px;
color:#004b88;
line-height:22px;
}

div#firma_pod > div > div > div h2 {
font-size:20px;
font-weight:600;
padding: 0 0 10px 0;	
}

div#firma_pod > div > div > div p {
padding: 0 0 22px 0;	
}