.single-post #content:before {
	content:'';
	width: 100%;
	height: 100%;
	background-image: url('../img/bg-icons/bg-02.png');
	background-repeat: no-repeat;
	background-position: top 40px right;
	position: absolute;
	opacity: 0.6;
	z-index: 1;
}

.single-post .shrink ~ #content:before {
	top: 0px;
	content:'';
	width: 100%;
	height: 100%;
	background-image: url('../img/bg-icons/bg-02.png');
	background-repeat: no-repeat;
	background-position: top 40px right;
	position: absolute;
	opacity: 0.6;
	z-index: 1;
}