.editor-styles-wrapper .is-root-container .video, body.frontend .video {
  position: relative;
  height: 436px;
  width: 100%;
  display: flex;
  background: #FDF9EE;
}
@media only screen and (min-width: 375px) and (max-width: 768px) {
  .editor-styles-wrapper .is-root-container .video, body.frontend .video {
    height: calc(100vw * 436 / 375);
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .editor-styles-wrapper .is-root-container .video, body.frontend .video {
    height: calc(100vw * 752 / 768);
  }
}
@media only screen and (min-width: 992px) {
  .editor-styles-wrapper .is-root-container .video, body.frontend .video {
    height: calc(100vw * 1080 / 1440);
  }
}
@media only screen and (min-width: 1440px) {
  .editor-styles-wrapper .is-root-container .video, body.frontend .video {
    height: 1080px;
  }
}
.editor-styles-wrapper .is-root-container .video.hide-video, body.frontend .video.hide-video {
  display: none;
}
.editor-styles-wrapper .is-root-container .video.vimeo, body.frontend .video.vimeo {
  height: 436px;
}
@media only screen and (min-width: 375px) and (max-width: 768px) {
  .editor-styles-wrapper .is-root-container .video.vimeo, body.frontend .video.vimeo {
    height: calc(100vw * 436 / 375);
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .editor-styles-wrapper .is-root-container .video.vimeo, body.frontend .video.vimeo {
    height: calc(100vw * 752 / 768);
  }
}
@media only screen and (min-width: 992px) {
  .editor-styles-wrapper .is-root-container .video.vimeo, body.frontend .video.vimeo {
    height: calc(100vw * 1080 / 1440);
  }
}
@media only screen and (min-width: 1440px) {
  .editor-styles-wrapper .is-root-container .video.vimeo, body.frontend .video.vimeo {
    height: 1080px;
  }
}
.editor-styles-wrapper .is-root-container .video video, body.frontend .video video {
  width: 100vw;
  height: 100%;
  object-fit: cover;
  position: relative;
}
.editor-styles-wrapper .is-root-container .video #youtube-video, body.frontend .video #youtube-video {
  width: 100vw;
  height: 100%;
}
.editor-styles-wrapper .is-root-container .video .play, body.frontend .video .play {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  display: block;
  cursor: pointer;
  display: flex;
  justify-content: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 50px;
}
@media only screen and (min-width: 375px) and (max-width: 768px) {
  .editor-styles-wrapper .is-root-container .video .play, body.frontend .video .play {
    height: calc(100vw * 50 / 375);
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .editor-styles-wrapper .is-root-container .video .play, body.frontend .video .play {
    height: calc(100vw * 114 / 768);
  }
}
@media only screen and (min-width: 992px) {
  .editor-styles-wrapper .is-root-container .video .play, body.frontend .video .play {
    height: calc(100vw * 114 / 1440);
  }
}
@media only screen and (min-width: 1440px) {
  .editor-styles-wrapper .is-root-container .video .play, body.frontend .video .play {
    height: 114px;
  }
}
.editor-styles-wrapper .is-root-container .video .play svg, body.frontend .video .play svg {
  width: 100%;
  height: 100%;
}
.editor-styles-wrapper .is-root-container .video .play rect, .editor-styles-wrapper .is-root-container .video .play g, body.frontend .video .play rect, body.frontend .video .play g {
  transition: all 0.4s ease;
}
.editor-styles-wrapper .is-root-container .video .play:hover rect, body.frontend .video .play:hover rect {
  fill: #a61d3a;
}
.editor-styles-wrapper .is-root-container .video .play:hover g path, body.frontend .video .play:hover g path {
  fill: #FDF9EE;
}
.editor-styles-wrapper .is-root-container .video img, body.frontend .video img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
