.responsive {
    min-width: 285px;
}

@media screen and (max-width: 600px) {
    .responsive {
        min-width: 340px;
    }
}