@media screen and (max-width: 540px) {
}
/* SMALL TABLETS */
@media screen and (max-width: 768px) {
}
/* IPAD */
@media screen and (max-width: 1024px) {
}
