.homepage-video-container {
  position: relative;
  overflow: hidden;
  background-image: url(hickman-james-loading.jpg);
  background-size: 100% auto;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #000000;
	}


#videoBackground {
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -100;
	overflow:hidden;
	}
    
#videoBackground iframe  {
    width: 200%;
	height: 100%;
	position: relative;
	left: -50%;
}

.videopurplebg  {
    background-color: #80a6ee;
}

.videosandbg  {
    background-color: #efd4d6;
}


 
@media only screen and (min-width: 481px) {

}

@media only screen and (min-width: 550px) {

}

@media only screen and (min-width: 769px) {
	
#videoBackground iframe  {
   width: 140%;
   left: -20%;
}
}

@media only screen and (min-width: 964px) {

}

@media only screen and (min-width: 1220px) {

}