@media (max-width: 767px) {
 /* .vc_hidden-xs {
    display: none !important;
  }*/
  .video-frame {
	/*border: 5px solid #ffff00;
		position: absolute;*/
    width: 100%;
    height: 283px;
  }
  .blackback{
	  background: #000000;
	 
  }
}
@media (min-width: 768px) and (max-width: 960px) {
  /*.vc_hidden-sm {
    display: none !important;
  }*/
  .hidebreaker{
	  display: none !important;
	}
	
  .video-frame {
	/*border: 5px solid #ff0000;
		position: absolute;*/
    width: 100%;
    height: 340px;
  }
  .blackback{
	  background: #000000;
	 
  }
}
@media (min-width: 961px) and (max-width: 991px) {
  /*.vc_hidden-sm {
    display: none !important;
  }*/
  .hidebreaker{
	  display: none !important;
	}
	
  .video-frame {
	/*	border: 5px solid #00ff00;
	position: absolute;*/
    width: 100%;
    height: 283px;
  }
  .blackback{
	  background: #000000;
	 
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /*.vc_hidden-md {
    display: none !important;
  }*/
  .hidebreakertwo{
	  display: none !important;
	}
  .video-frame {
	/*border: 5px solid #ff66ff;*/
	/*	position: absolute;*/
    width: 100%;
    height: 283px;
  }
  .blackback{
	  background: #000000;
	 
  }
}
@media (min-width: 1200px) and (max-width: 1279px) {
  /*.vc_hidden-lg {
    display: none !important;
  }*/
  .blackback{
	  background: #000000;
	 
  }
  .hidebreakertwo{
	  display: none !important;
	}
  .video-frame {
	  background: #000000;
	/*		border: 5px solid #000000;
position: absolute;*/
    width: 100%;
    height: 283px;
  }
  .blackback{
	  background: #000000;
	 
  }
}
@media (min-width: 1280px) {
  /*.vc_hidden-lg {
    display: none !important;
  }*/
  .blackback{
	  background: #000000;
	 
  }
  .hidebreakertwo{
	  display: none !important;
	}
  .video-frame {
	/*		border: 5px solid #000000;
position: absolute;*/
    width: 100%;
    height: 388px;
  }
}

	/*.video-frame {
	background: #fff;
	border: 2px solid #ff0000;
    height: 100%;

    width: 100%;

	position: absolute;
    width: 100%;
    height: 100%;
    padding: 70px;
	display: block;
	position: relative;
	box-shadow: 1px 1px 1px 0px rgba(50, 50, 50, 0.1);
	overflow: hidden;
}*/