#vid {
	display: inline-block
	width: 200px;
	padding: 8px;
	color: #fff;
	border: 1px solid #fff
	text-align:center;
	outline: none;
	text-decoration: none;
	/*font-family: 'Raleway', sans-serif !important;*/
	
}
.row {
	height: 100%;
	
}
.col-centered {
	float: none;
	margin: 0 auto;
	
}
.cart-title {
	font-family: 'Raleway', sans-serif !important;
}
.container {
	/*font-family: 'Raleway', sans-serif !important;*/
	/*height: 200px;
	position: relative;*/
}
.center {
	margin:0;
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

