#logo-special-right {
    background-image: url('http://www.sandiego.edu/law/images/logos/logo-60-reverse.png');
    background-size: 72px 72px;
    background-repeat: no-repeat;
    bottom: 130px;
    position: absolute;
    right: 20px;
    width: 72px;
    height: 72px;
}
#home #logo-special-right {
    right: 20px;
}
@media only screen and (min-width: 480px) {
     #logo-special-right {
         bottom: 110px;
     }
}
@media only screen and (min-width: 768px) {
     #logo-special-right {
        bottom: 50px;
     }
}
@media only screen and (min-width: 960px) {
    #logo-special-right {
        bottom: 40px;
    }
}
@media only screen and (min-width: 1200px) {
    #logo-special-right {
        background-image: url('http://www.sandiego.edu/law/images/logos/logo-60.jpg');
        background-size: 110px 100px;
        bottom: auto;
        right: -110px;
        top: 0;
        width: 110px;
        height: 100px;
    }
    #home #logo-special-right {
        right: 20px !important;
    }
}