/*
File Name: 		custom.css
Description:  You can add your custom CSS here and it will overwrite template styles
*/

/* Herb klubu — okrągłe logo AMP */
.header-logo__img--crest,
.header-mobile__logo-img--crest {
	height: auto;
	max-height: 72px;
	width: auto;
	max-width: 72px;
	object-fit: contain;
}

@media (min-width: 992px) {
	.header-logo__img--crest {
		max-height: 88px;
		max-width: 88px;
	}
}

.footer-logo__img--crest {
	height: auto;
	max-height: 100px;
	width: auto;
	max-width: 100px;
	object-fit: contain;
}

/*# sourceMappingURL=maps/custom.css.map */
