#header .logo {
  width: 11.5rem;
  height: 5.5rem;
  border: none;
}

.logo-img {
	max-width: 160px;
}

.text-center {
	text-align: center;
}

#fundusze-eu {
  position: absolute;
  right: 20px;
  bottom: 10px;
  z-index: 999;
}

#fundusze-eu img {
  max-width: 450px;
  height: auto;
}

@media only screen and (max-device-width: 480px) {
   #fundusze-eu {
    position: static;
    right: 20px;
    bottom: 10px;
    z-index: 999;
    margin-top: 20px;
  }

  #fundusze-eu img {
    max-width: 100%;
    height: auto;
  }
 }