@media (max-width: 1200px) {
   .container {
      min-width: 100%;
   }
}
.videoWrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 0px;
    height: 0;
    /*margin-right: -1px;*/
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.relative {
  position: relative;
}
.length {
  position: absolute;
  z-index: 999;
  bottom: 3px;
  right: 3px;
  font-size: 11px;
  background: black;
  color: white;
  padding: 2px 5px;
  font-weight: bold;
  opacity: 0.7;
}