#samwinchesterisreallyhot {
    width:20px;
    height:20px;
    padding:6px 1px 1px 6px;
    background:#fff;
    border: 1px #000 solid;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    bottom:8px;
    left:8px;
    opacity:0.5;
    position:fixed;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

#samwinchesterisreallyhot:hover {
    opacity:1;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}