/* Special code to be loaded when the user is on a desktop and to be used when the user resizes their window */
/* Requests
----------------------------------------------------------------------------- */
@media only screen and (max-width: 870px){
	#video_wrapper{
		left: -65%;
	}
}

@media only screen and (max-width: 660px){
	#video_wrapper{
		left: -85%;
	}
}

@media only screen and (max-width: 580px){
	#video_wrapper{
		left: -120%;
	}
}

@media only screen and (max-width: 480px){
	#video_wrapper{
		left: -130%;
	}
}

@media only screen and (max-width: 360px){
	#video_wrapper{
		left: -190%;
	}
}