*{box-sizing:border-box;}
body {
	background-color: #000;
    font-family: 'Helvetica Neue', Helvetica, sans-serif;
    font-size: 14px;
    text-decoration: none;
    color: #fff;
    margin-bottom: 60px; /* wysokość stopki */
}
a {
 	color: #fff;
	font-size: 14px;
	text-decoration: none;
}
a:hover {
	color: #ff2b45;
}
img {
	max-width: 100%;
	height: 100%;
}
#trans {
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    -ms-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    transition: all 0.1s linear;
}
#trans:hover {
	opacity: 0.8;
}
.header {
	text-align: center;
	margin-top: 40px;
	margin-bottom: 50px;
}
.album {
	text-align: center;
}
.streamingi {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
	margin-bottom: 30px;
}
.odstepy {
	padding-right: 10px;
	padding-left: 10px;
}
.poprzedni {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
.footer {
	position: fixed;
	text-align: center;
	margin-bottom: 12px;
    left: 0;
    right: 0;
    bottom: 0;
    height: 60px;
    width: 100%;
}
@media screen and (max-width: 1919px) {
body {
	background-color: #000;
    font-family: 'Helvetica Neue', Helvetica, sans-serif;
    text-decoration: none;
    font-size: 12px;
    margin-bottom: 100px;
}
a {
 	color: #fff;
	font-size: 12px;
	text-decoration: none;
}
a:hover {
	color: #ff2b45;
}
img {
	max-width: 100%;
	height: auto;
}
#trans_alt {
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    -ms-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    transition: all 0.1s linear;
    margin-left: auto;
	margin-right: auto;
}
#trans_alt:hover {
	opacity: 0.9;
}
.header {
	margin-top: 40px;
	margin-bottom: 30px;
}
.album {
	text-align: center;
}
.streamingi {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	margin-bottom: 15px;
	max-width: 100%;
}
.streamingi img {
	max-height: 28px;
	max-width: auto;
}
.odstepy {
	padding-right: 6px;
	padding-left: 6px;
}
.poprzedni {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
.footer {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	margin-bottom: 20px;
	position: relative;
    height: 0px;
    width: 100%;
}
.footer img {
	max-height: 25px;
	max-width: auto;
}