/* large Desktop */
@media only screen and (min-width: 1550px) {}

/* desktop 1200px to 1399px */
@media only screen and (min-width: 1200px) and (max-width: 1399px) {}


/* normal desktop */
@media only screen and (min-width: 992px) and (max-width: 1199px) {}

/* tablet view */
@media only screen and (min-width: 768px) and (max-width: 991px) {}


/* mobile view */
@media only screen and (max-width: 767px) {}
