/**
 * 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-marketmade-video {
  margin-bottom: 20px;
}
.wp-block-marketmade-marketmade-video .poster-mobile {
  display: none;
}
.wp-block-marketmade-marketmade-video video {
  width: 100%;
}
.wp-block-marketmade-marketmade-video .mm-poster {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 20;
  cursor: pointer;
}
.wp-block-marketmade-marketmade-video .mm-poster img {
  width: 100%;
  height: 100%;
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
.wp-block-marketmade-marketmade-video .is-playing .mm-poster {
  display: none;
}
.wp-block-marketmade-marketmade-video .is-playing.has-video-popup .mm-poster {
  display: block;
}
.wp-block-marketmade-marketmade-video .mm-play {
  margin: 0 auto;
  top: 50%;
  left: 50%;
  position: relative;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 0 15px 20px;
  border-color: transparent transparent transparent #fff;
  margin-top: -15px;
  margin-left: -8px;
}
.wp-block-marketmade-marketmade-video .mm-play-wrap {
  cursor: pointer;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  background: black;
  border-radius: 50%;
  height: 90px;
  width: 90px;
  margin-top: -45px;
  margin-left: -45px;
  z-index: 1;
}

.mm-video-wrap {
  position: relative;
}

.mm-video-wrap .expand-btn {
  cursor: pointer;
  color: white;
  background: black;
  position: absolute;
  top: 0;
  right: 0;
  padding: 12px 12px;
  line-height: 100%;
  box-sizing: border-box;
  font-size: 24px;
  z-index: 1;
  pointer-events: auto;
}

.autoplay-disabled .expand-btn {
  display: none;
}

.has-video-popup .mm-video-popup {
  display: none;
}

.has-video-popup .mm-poster {
  position: relative;
  height: auto;
}
.has-video-popup .mm-poster img {
  position: relative;
  height: auto;
  width: 100%;
}

.wp-block-marketmade-marketmade-video .mm-video-popup {
  display: none;
}

.is-popup-video video,
.is-popup-video .plyr {
  visibility: hidden;
}

.is-popup-video .is-playing .mm-poster {
  display: block !important;
}

.is-no-controls-video .plyr__controls {
  display: none !important;
}

@media (max-width: 992px) {
  .poster-mobile {
    display: block;
  }

  .poster-desktop {
    display: none;
  }
}

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