
		@media screen and (max-width: 499px) {
			section.content-dep:before {
				background:url(/data/pozadi/mobil/spodni/default.jpg) no-repeat center top;
			}
				section.content-dep:after {
					background:url(/data/pozadi/mobil/horni/default.jpg) no-repeat center top;
				}
				.backgroundsize section.content-dep:after,
			.backgroundsize section.content-dep:before {
				-webkit-background-size:cover;
				-moz-background-size:cover;
				-o-background-size:cover;
				background-size:cover;
			}
		}
		@media screen and (min-width: 500px) and (max-width: 799px) {
			section.content-dep:before {
				background:url(/data/pozadi/tablet/spodni/default.jpg) no-repeat center top;
			}
				section.content-dep:after {
					background:url(/data/pozadi/tablet/horni/default.jpg) no-repeat center top;
				}
				.backgroundsize section.content-dep:after,
			.backgroundsize section.content-dep:before {
				-webkit-background-size:cover;
				-moz-background-size:cover;
				-o-background-size:cover;
				background-size:cover;
			}
		}
		@media screen and (min-width: 800px) {
			section.content-dep:before {
				background:url(/data/pozadi/pc/spodni/default.jpg) no-repeat center top;
			}
				section.content-dep:after {
					background:url(/data/pozadi/pc/horni/default.jpg) no-repeat center top;
				}
				.backgroundsize section.content-dep:after,
			.backgroundsize section.content-dep:before {
				-webkit-background-size:cover;
				-moz-background-size:cover;
				-o-background-size:cover;
				background-size:cover;
			}
		}