@media screen and (min-width:700px) { } //this means the above media queriy will apply if the screen has a minimum screen width //of 700px., meaning screens with screen sizes of 700px and above will be affected by the above media query