/**
 * Stile per il paragraph "Interchange" (ttf6_interchange)
 * Definito in ttf6_elements/templates/interchange/paragraph--ttf6-interchange.html.twig
 *
 * Definisco il comportamento in caso di background cover
 */
/* line 8, ../scss/ttf6_interchange.scss */
.paragraph--type--ttf6-interchange.ttf6-interchange--bg {
  position: relative;
  width: 100%;
  height: 100%;
}
/* line 13, ../scss/ttf6_interchange.scss */
.paragraph--type--ttf6-interchange.ttf6-interchange--bg .ttf6InterchangeBackground {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
