.dz-preview.dz-processing .dz-progress {
  opacity: 1;
  transition: all 0.2s linear;
}

.dz-preview.dz-complete .dz-progress {
  opacity: 0;
  transition: opacity 0.4s ease-in;
}

.dz-preview .dz-progress {
  opacity: 1;
  z-index: 1000;
  pointer-events: none;
  position: absolute;
  height: 6px;
  left: 0%;
  bottom: 0;
  margin-top: 0;
  width: 100%;
  margin-left: 0;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 0px;
  overflow: hidden;
}

.dz-preview .dz-progress .dz-upload {
  background: #333;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 0;
  transition: width 300ms ease-in-out;
}

.responsive-video-16-9 {
  position: relative;
  padding-bottom: 56.25%;
  /* Default for 1600x900 videos 16:9 ratio*/
  padding-top: 0px;
  height: 0;
  overflow: hidden;
}

.responsive-video-16-9 iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.vc-popover-content * {
  color: #aaaaaa;
}

