@media screen and (max-width:1060px) {

}
@media screen and (min-width:600px) {
.wrap {
    width: 600px;
    margin: auto;
}
}