@charset "UTF-8";
/* CSS Document */


@media only screen and (max-width:768px) {
	.btn-wrapper {
		margin:0px auto;
		position:relative;
		left:70%;
		transform:translateX(-30%);
		float:none !important;
		
		}
		
		.video-homepage {
			width:200%;
			overflow-x:hidden;
			height:100vh;
			}
	
}

