/* video detail iframe can't playback */ 


.embed-responsive::after {
  
  z-index: -1 !important;
  
}


.fbBtn {
  cursor: pointer;
  /* padding: auto;
  font-size: auto;
  line-height: auto; */
}

.minHeightWrap {
  min-height: 50vh;
}

.uploadArea {
  border: 1px dashed #e3e3e3;
  background: white;
  height: 140px;
  position: relative; }

.uploadArea > div {
  background: url("../images/upload.png") no-repeat center 0;
  color: #666666;
  width: 145px;
  display: block;
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  padding-top: 50px;
  text-align: center;
  top: 26px; }

#formFile {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  cursor: pointer;
  opacity: 0; }
  
#formFile {
  /* height: au; */
  position: relative;
  opacity: 1;
  background: transparent;
}

.uploadArea > div {
  background: url(../images/upload.png) no-repeat center 25px;
  padding-top: 70px;
}

.fileDragOver {
  border: 1px dashed #098ed7;
}
