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