// Shortcodes
.fusion-builder-row > p {
  display: none;
}
.fusion-builder-row {
  &.fusion-builder-row-inner {
      max-width: 100% !important;
  }
}
// Background Video
.fusion-fullwidth {
  position: relative;
  .fusion-row {
    position: relative;
    z-index: 10;
  }
  .fullwidth-video {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    min-height: 100%;
    min-width: 100%;
    -webkit-transform-style: preserve-3d;
    overflow: hidden;
    video {
      position: absolute;
      top: 0;
      left: 0;
      z-index: 1;
      min-height: 100%;
      min-width: 100%;
    }
  }
  .fullwidth-overlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
    height: 100%;
    width: 100%;
  }
  &.faded-background {
    .fullwidth-faded {
      position: absolute;
      top: 0;
      left: 0;
      z-index: 1;
      min-height: 100%;
      min-width: 100%;
    }
  }
}
.fullwidth-box.video-background {
  .fullwidth-video-image {
    display: none;
  }
}
.ua-mobile {
  .fullwidth-box {
    &.video-background {
      .fullwidth-video-image {
        width: 100%;
        height: 100%;
        display: block;
        z-index: 2;
        background-size: cover;
        background-position: center center;
        position: absolute;
        top: 0;
        left: 0;
      }
    }
  }
}
// Columns
.fusion-overflow-visible {
  overflow: visible !important;
}
.fusion-column {
  &-first {
    clear: left;
  }
  &-no-min-height {
    .fusion-column-wrapper {
      min-height: 0 !important;
    }
  }
}
.fusion-builder-column {
  &.fusion-column-last {
    margin-right: 0;
  }
}
.fusion-builder-placeholder,
.fusion-builder-placeholder:active,
.fusion-builder-placeholder:hover,
.fusion-builder-placeholder:visited {
  display: block;
  background: rgba( 0, 0, 0, 0.1);
  color: rgba( 0, 0, 0, 0.3);
  text-align: center;
  padding: 30px;
  font-size: 18px;
  margin: 5px 0;
}
