/* 
 * DO NOT EDIT THIS FILE.
 * The Airbus Web Experience use PostCSS to compile CSS
 * the same way as in the Drupal core except it use the .pcss extension.
 * Therefore, you are supposed to edit the pcss file of the same name.
 */

.awx-media .awx-image,.awx-media picture,.awx-media img{
    display:block;
    width:100%;
    max-width:100%;
    height:100%;
  }

.awx-media img[alt]{
    align-content:center;
    justify-content:center;
    place-content:center;
    text-wrap:balance;
  }

.awx--hotspot{
  position:relative;
}
