/* Tablet Landscape Optimzation CSS */
@import url("tablet.landscape.css") screen and (max-width: 1040px);
/* Tablet Portait Optimzation CSS */
@import url("tablet.portrait.css") screen and (max-width: 991px);
/* Mobile Landscape Optimzation CSS */
@import url("mobile.landscape.css") screen and (max-width: 767px);
/* Mobile Portrait Optimzation CSS */
@import url("mobile.portrait.css") screen and (max-width: 480px);