@media only screen and (min-width: 1069px) {
    .pattern-tile {
        width: 100%;
    }
}


@media only screen and (max-width: 599px) {
    .small-hides {
        display:none
    }
}