/**
 * @file
 * base.css
 * 
 * The basic styles and shorthand codes
 * 
 * -------------------------------------------------
 * Updated: Alberni Design Jr - 2019-03-04
 * 
 * Attached thru `.libraries.yml`
 *
 ============================================================================ */
 
/*=======================================
   Shorthand Classes
  =======================================*/
  
/*=======================================
   Elements
  =======================================*/

/* Images */
img {
  max-width: 100%;
  height: auto;
  display: inline-block;
  border: 0;
}