/* Add here all your CSS customizations */

/* SVG Style */
.custom-svg-style-2 {
	background-color: #ffffff;
	position: absolute;
	top: 0;
	width: 100vw;
	height: 100%;
	left: 50%;
	-webkit-transform: translate3d(-50%, 0, 0);
					transform: translate3d(-50%, 0, 0);
}