.videoContainer {
  /*position: relative;*/
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin-top:-20px;
  /*pointer-events: none;*/
  overflow:hidden;
}

.videoContainer-mob iframe {
  /* optional */
  /*  width: 100%;
  height: 580px; 
  pointer-events: none;
  overflow:hidden;*/
width: 100vw !important; 
height: 56.25vw !important; /* 100/56.25 = 560/315 = 1.778 */
background:none !important; 
overflow:hidden !important;
}

.videoContainer iframe {
  /* optional */
  /*  width: 100%;
  height: 580px; 
  pointer-events: none;
  overflow:hidden;*/
width: 100vw !important; 
height: 56.25vw !important; /* 100/56.25 = 560/315 = 1.778 */
background:none !important; 
overflow:hidden !important;
}

.videoContainer-mob {
  position: sticky;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin-top:auto;
  overflow:hidden;
}
.restrovideo{
margin-top: -50px;
height:0px;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 850px) {
.bgvidshow {
	display:block !important;
}
}

@media (min-width:1025px)  {
.bgvidpc {
	display:block !important;
}
}