.offset-video-content-container{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.offset-video-content-container .content-container{
  width: 70%;
  margin-bottom: 2em;
  text-align: center;
}

.offset-video-container{
  width: 100%;
  margin-bottom: -20em;
}

@media only screen and (max-width: 980.99px) {
  .offset-video-container{
	margin-bottom: -15em;
  }
  
  .offset-video-content-container .content-container{
	width: 90%;
  }
}

@media only screen and (max-width: 781.99px) {
  .offset-video-container{
	  margin-bottom: -10em;
  }
  
  .offset-video-content-container .content-container{
	width: 90%;
  }
}