/* Base */

#awwwards{
    position: absolute;
    width: 70px;
    height: 105px;
    overflow: hidden;
    z-index: 999;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
}

#awwwards.top{
    top: 30%;
}
#awwwards.bottom{
    bottom: 0;
}
#awwwards.left{
    left: 0;
}
#awwwards.right{
    right: 0;
}

#awwwards a{
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 70px;
    height: 105px;
}


#TF{
    position: absolute;
    width: 35px;
    height: 250px;
    overflow: hidden;
    z-index: 999;
    bottom:150px;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
}

