#awwwards{
	position: absolute;
	top: 70%;
	width: 90px;
	height: 135px;
	text-indent: -666em;
	overflow: hidden;
	z-index: 999;

	-webkit-transition: all 1s ease;
    transition: all 1s ease;
}

#awwwards.right{
	right: 0;
}

#awwwards a{
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 90px;
	height: 135px;
	background-repeat: no-repeat;
	background-size: 90px 135px;
}

/* SOTD */

#awwwards.sotd.black.right a{
	background-image: url(../ribbons/awwwards_sotd_black_right.png);
}

@media only screen and (-Webkit-min-device-pixel-ratio: 1.5), only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2),	only screen and (min-device-pixel-ratio: 1.5) {
	#awwwards.sotd.black.right a{
		background-image: url(../ribbons/awwwards_sotd_black_right@2x.png);
	}
}

/* --------- webby --------*/
#webby{
	position: absolute;
	top: 70%;
	width: 120px;
	height: 120px;
	text-indent: -666em;
	overflow: hidden;
	z-index: 999;

	-webkit-transition: all 1s ease;
	transition: all 1s ease;
}

#webby.right{
	right: 20px;
}

#webby div{
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 120px;
	height: 120px;
	background-repeat: no-repeat;
	background-size: 120px 120px;
}

/* SOTD */

#webby.honoree.black.right div{
	background-image: url(../ribbons/bw_honoree.png);
}



