@media screen and (max-width: 50em) {   
    #testimg{
        width: 50% !important;
        border: solid 5px red;
    }
}