#content img{
    max-width:455px;
    width:95%;
    height:auto;
    margin:10px;
}
@media only screen and (min-width: 481px) {
    #content img{
    max-width:455px;
    width:100%;
    height:auto;
    margin:10px;
}
}