/* ---------- Média de type Image ----------- */

.paragraph--type--video iframe {
    height: 473px;
  }

@media only screen and (max-width: 768px) {
  .paragraph--type--video iframe {
    height: 210px;
  }
}