/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ */
/** smartphones */
/** smartphones */
/** smartphones-portrait-landscape */
/** smartphones-landscape */
/** smartphones-portrait */
/** tablet-portrait-landscape */
/** tablet-landscape 
@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : landscape){


}
*/
/** tablet-portrait
@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : portrait){

}
 */
