   
 /* ----------------------------------------------------------------------------

If you change the logo of the mobile application homepage,
you must precise the display ratio from your image.

Method to calculate the ratio (in %) :
1. Divide the image height by the image length
2. Multiply the result by 100 and round-up
Example:
	As an image of 1280 pixels long for 400 pixels high.
	400 / 1280 * 100 = 31.25
	Ratio = 32%
	
3. Modify the line as following :
	
.company-logo IMG { padding-top: 32% }

   ---------------------------------------------------------------------------- */

.company-logo IMG {  }