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

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

.paragraph.paragraph--type--video {
  position: relative;
  align-self: center;
  width: 100%;
}

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