/* Mobile phone only - 599px */
@media screen and (max-width: 599px) {}
/* Tablet portrait up - 600px */
@media screen and (min-width: 600px) {}
/* Tablet portrait only */
@media screen and (min-width: 600px) and (max-width: 899px) {}
/* Tablet landscape up - 900px */
@media screen and (min-width: 900px) {}
/* Tablet landscape only */
@media screen and (min-width: 900px) and (max-width: 1199px) {}
/* Desktop only */
@media screen and (min-width: 1200px) and (max-width: 1799px) {}
/* Desktop up */
@media screen and (min-width: 1200px) {}
/* Big desktop up */
@media screen and (min-width: 1800px) {}
/* Big desktop up */
@media screen and (min-width: 1800px) {}
/* Desktop up */
@media screen and (max-width: 1800px) {}
/* Desktop only */
@media screen and (min-width: 1200px) and (max-width: 1799px) {}
/* Tablet landscape only */
@media screen and (min-width: 900px) and (max-width: 1199px) {}
/* Tablet landscape up - 900px */
@media screen and (max-width: 900px) {}
/* Tablet portrait only */
@media screen and (min-width: 600px) and (max-width: 899px) {}
/* Tablet portrait up - 600px */
@media screen and (max-width: 600px) {}
/* Mobile phone only - 599px */
@media screen and (max-width: 599px) {}