﻿body {
background: url(../images/herb-pionki.png) no-repeat;
background-size: 30%;
background-position: center;
background-attachment: fixed;
}
.portfolio-item {
	background-color:#ffffff;
}

@media only screen and (max-width: 400px) {
	body {
		border: 10px solid #ffffff;
	}
}