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

/* Notebook */
@media screen and (min-width: 999px) {
}

/* Notebook */
@media screen and (min-width: 992px) and (max-width: 1400px) {
}

/* Tablet Landscape */
@media screen and (min-width: 992px) and (max-width: 1200px) {
}

/* Tablet Portrait */
@media screen and (min-width: 768px) and (max-width: 999px) {
}

/* Mobile Landscape and Small Tablet */
@media screen and (min-width: 479px) and (max-width: 767px) {
}

/* Mobile Portrait */
@media screen and (max-width: 479px) {	
}