/* ********************************************* *
 * 1600px
 * ********************************************* */
@media screen and (max-width: 1660px) {
}

/* ********************************************* *
     * 1400px
     * ********************************************* */
@media screen and (max-width: 1400px) {
}

/* ********************************************* *
     * 1200px
     * ********************************************* */
@media screen and (max-width: 1200px) {
}

/* ********************************************* *
     * 1024px
     * ********************************************* */
@media screen and (max-width: 1024px) {
}

/* ********************************************* *
     * 960px
     * ********************************************* */
@media screen and (max-width: 960px) {
}

/* ********************************************* *
     * 768px
     * ********************************************* */
@media screen and (min-width: 769px) {
}
@media screen and (max-width: 768px) {
}

/* ********************************************* *
     * 640px
     * ********************************************* */
@media screen and (max-width: 640px) {
}

/* ********************************************* *
     * 500px
     * ********************************************* */
@media screen and (max-width: 500px) {
}
/* ********************************************* *
     * 400px
     * ********************************************* */
@media screen and (max-width: 400px) {
}
/* ********************************************* *
     * 350
     * ********************************************* */
@media screen and (max-width: 350px) {
}
