.bg-cover {
    background-image: url('/img/layout/karpacz/kategorie/karpacz-zdjecia.webp');
}

.main-page-h1 {
    color: #fff;
	text-shadow: 0px 0px 119px #000000;
}

@media only screen and (max-width: 600px) {
    .bg-cover {
        background-position: -520px 0px;
    }
}
@media only screen and (max-width: 450px) {
		.top-menu-bar .menu-bar-item-site-name {
        font-size: 21px !important;
    }
}
@media only screen and (max-width: 375px) {
    .menu-bar-mobile-card-container {
        width: 23%;
        margin-top: 3px;
    }
	.top-menu-bar .menu-bar-item-site-name {
        font-size: 21px !important;    }
}
@media only screen and (max-width: 320px) {
    .menu-bar-mobile-card-container {
        width: 25%;
        margin-top: 3px;
    }
	    .top-menu-bar .menu-bar-item-site-name {
        font-size: 19px !important;
    }
}