/**
 * The following styles get applied both on the front of your site
 * and in the editor.
 *
 * Replace them with your own styles or remove the file completely.
 */
.wp-block-marketmade-mm-decorative-video video {
  width: 100%;
}

.mm-video-gif {
  display: none;
  width: 100%;
}

[data-media-style=gif] .mm-video-wrap {
  display: none;
}
[data-media-style=gif] .mm-video-gif {
  display: block;
}

/*# sourceMappingURL=style-index.css.map*/