.black-ribbon{
/*	position: fixed;
	z-index:1;
	width: 100px;
*/
display:none;
}

@media only all and (min-width: 768px){
/*	.black-ribbon{
		width:auto;
	}
*/
display:none;
}

.stick-left { left: 0; }
.stick-right { right: 0; }
.stick-top{ top:0; }
.stick-bottom{ bottom: 0; }

/*html {
-webkit-filter: grayscale(80%);
}*/
