
.vey-sticky-bottom-button {
	background-color: rgba(0, 0, 0, .5);
	width: 100%;
	position: fixed;
	bottom: 0;
	z-index: 99;
	display: none;
	justify-content: center;
}

@media only screen and (max-width: 768px) {
	.vey-sticky-bottom-button .vey-button .button {
		margin: 0 16px;
	}
}
