#awwwards{
	position: fixed;
	top: 1%;
    left: 20%;
    width: 60%;
	height: 29px;
	text-indent: -666em;
	z-index: 100000;

	-webkit-transition: all 1s ease;
    transition: all 1s ease; 
	
}
#awwwards.top{
	top: 20px;
}
#awwwards.left{
	left: 0;
}
#awwwards.right{
	right: 0;
}

#awwwards a{
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	text-decoration: auto;
    color: black;
    font: 21px/8px 'Roboto';
	letter-spacing: 1px;
    text-align: center;
    box-shadow: 0px 2px 0px #e00000;
}
	
@media screen and (min-width:769px){
    #awwwards.sotd.black.right a{display:none;}
    #awwwards{z-index: 0;}
  
    
}

	/* SOTD */
.t975__list-item {
    max-width: 21%;
}

.t975__menu-icon {
    height: 100% !important;
}
.t975__icon-wrapper {
    width: 100% !important;
}

