#ssl-dropzone {
  border: 2px #cccccc solid;
  position: relative;
}

#ssl-dropzone ._add-file input {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  width: 100%;
  opacity: 0;
  padding: 0;
  cursor: pointer;
}

#ssl-dropzone ._add-file {
  text-align: center;
}

#ssl-dropzone ._add-file h3 {
  padding-top: 100px;
  padding-bottom: 100px;
  margin: 0;
}

#ssl-dropzone ._not-ready {
  width: 100%;
  position: relative;
}

#ssl-dropzone ._action {
  position: relative;
}

#ssl-dropzone ._video-container {
  max-width: 360px;
  position: relative;
  z-index: 5;
}

#ssl-dropzone ._video-container video {
  width: 100%;
}

#ssl-dropzone ._video-container input {
  width: 100%;
}

#ssl-dropzone ._video-container #remove-file {
  position: absolute;
  top: 15px;
  right: 15px;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 5px;
  border-radius: 3px;
  cursor: pointer;
  z-index: 5;
}

#ssl-dropzone ._not-ready,
#ssl-dropzone._ready ._on-ready {
  display: block;
  padding: 15px;
}

#ssl-dropzone._ready ._not-ready,
#ssl-dropzone ._on-ready {
  display: none;
}
