@media only screen and (max-width:320px)  { 
    .reslogo{
        max-width: 100px; 
    }
 }
@media only screen and (max-width:481px)  { 
    .reslogo{
        max-width: 100px; 
    }
 }
@media only screen and (max-width:641px)  { 
    .reslogo{
        max-width: 100px; 
    }
 }
@media only screen and (max-width:961px)  { 
    .reslogo{
        max-width: 100px; 
    }
}
@media only screen and (max-width:1025px) { 
    .reslogo{
        max-width: 100px; 
    }
 }
@media only screen and (max-width:1281px) { 
    .reslogo{
        max-width: 100px; 
    }
 }
