
/* Medium Desktop */
@media only screen and (max-width: 1440px) {
    
}

/* Small Laptop */
@media only screen and (max-width: 1280px) {

}

/* Tablet (Landscape) */
@media only screen and (max-width: 1024px) {
    

}


/* Tablet (Portrait) */
@media only screen and (max-width: 767px) {

    

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

}

/* Small Mobile (Portrait) */
@media only screen and (max-width: 320px) {

}











