/* 
 * Tablet Devices
 */
@media screen and (min-width: 768px) and (max-width: 1024px) {


}

/* 
 * Mobile Devices
 */
@media screen and (max-width: 767px) {



}