.responsive-image{
    width:100%;
    margin:10px 0 15px 0;
}
@media only screen and (min-width: 500px) {
    .responsive-image{
    width:100%;
    max-width:300px;
    margin:10px 20px 15px 20px;
}
}