/* Base */

#awwwards{
	position: absolute;
	width: 69px;
	height: 104px;
	text-indent: -777em;
	overflow: hidden;
	z-index: 999;

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

#awwwards.top{
	top: 70px;
}
#awwwards.bottom{
	bottom: 0;
}
#awwwards.left{
	left: 0;
}
#awwwards.right{
	right: 0;
}

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

#awwwards.top.left a{
	-webkit-transform: rotate(-90deg);
    transform: rotate(-90deg); 
}
#awwwards.bottom.left a{
	background-position: -23px 4px;
}
#awwwards.bottom.right a{
	background-position: -23px 4px;

	-webkit-transform: rotate(-90deg);
    transform: rotate(-90deg); 
}

/* NOMINEE */

#awwwards.nominee.black a{
	background-image: url(ribbons/awwwards_nominee_black.png);
}
#awwwards.nominee.silver a{
	background-image: url(ribbons/awwwards_nominee_silver.png);
}
#awwwards.nominee.white a{
	background-image: url(ribbons/awwwards_nominee_white.png);
}
#awwwards.nominee.green a{
	background-image: url(ribbons/awwwards_nominee_green.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) {

	/* NOMINEE */

	#awwwards.nominee.black a{
		background-image: url(ribbons/awwwards_nominee_black%402x.png);
	}
	#awwwards.nominee.silver a{
		background-image: url(ribbons/awwwards_nominee_silver%402x.png);
	}
	#awwwards.nominee.white a{
		background-image: url(ribbons/awwwards_nominee_white%402x.png);
	}
	#awwwards.nominee.green a{
		background-image: url(ribbons/awwwards_nominee_green%402x.png);
	}

}

@media (max-width: 767px) {

	/* hidden */
	#awwwards {
		display: none;
	}

}