/* Parallax mandatory styles */
.bg-parallax-parent.video {
  position: relative; }

.bg-parallax.video {
  position: absolute;
  pointer-events: none !important;
  overflow: hidden;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }
  .bg-parallax.video iframe {
    margin-bottom: 0 !important;
    display: block !important;
    max-width: none !important;
    max-height: none !important; }

/*
 * Hide the video in the VC frontend editor
 */
body.vc_editor .bg-parallax.video {
  display: none; }
