.box {
    background-color: red;
    }
@media only screen and (max-width:800px) {.box {
                                                background-color: blue;
                                                width: 50%;
                                                }
}