.width-50-desktop {
    max-width: 100%;
    min-width: 50%;
}

@media (max-width:600px) {
    .width-50-desktop {
        width: 100%;
    }
}