
.pomar{
           position: relative;
           z-index: 0;
          }

.pomar:hover{
            background-color: transparent;
            z-index: 50;
            }

.pomar span{ /*CSS dużego obrazka*/
          position: absolute;
          background-color:#ffffff;
          padding:10px;
          left: -10px;
          border: 1px dashed gray;
          visibility: hidden;
          color:#660000;
          text-decoration: none;
          
        }

.pomar span img{ /*CSS dużego obrazka*/
               border-width: 0;
               padding: 2px;
               }

.pomar:hover span{ /*CSS dużego obrazka on hover*/
            visibility: visible;
            top:10px;
            left:-40px; /*poycja CSS dużego obrazka*/
   
}
