/* ------------------------------------ *\
  CONTENTS
\* ------------------------------------ */

/**
 * CONTENTS..............You’re reading it!
 * BASE STYLE .............................
*/

/* ------------------------------------ *\
  ==BASE STYLE
\* ------------------------------------ */
.paragraph--type--iframe {
  text-align: center;
}

.paragraph--type--iframe iframe {
  aspect-ratio: 16/9;
  max-width: 100%;
  height: auto;
}

.paragraph--type--iframe + .paragraph-texte {
  margin-top: -1rem;
}
