/* small screens */
@media only screen and (max-width: 1140px) {
}

@media only screen and (min-width: 120px) and (max-width: 1400px) {

}