/*  To dotyczy obrazka z tekstem, na dole  */

.image {
   position: relative;
   width: 100%; /* for IE 6 */
   background: rgb(0, 0, 0); /* fallback color */
   background: rgba(0, 0, 0, 0.2);
}

h5 span {
   color: white;
   font-size: 18px;
   letter-spacing: -1px;
   background: rgb(0, 0, 0); /* fallback color */
   background: rgba(0, 0, 0, 0.5);
   padding: 10px;
   position: absolute;
   bottom: 0px;
   left: 0;
   width: 100%;
}

body {
font-size:18px;
}

/* koniec obrazka z tekstem na dole */




