.svg-container {
	width: 100%;
	max-width: 1280px;
}
.svg-obj {
	
}
.svg-img {
	width: 100%;
}
.svg-img-border {
	/* border-radius: 5px; border-style: solid; border-width: 8px; border-color: #00ffd8; */
}

.ratio16-9 {
	 width: 100%;
	 height: 0;
	 padding: 0; /* reset */
	 padding-bottom: 56.25%; /* 19:6 */
}

.bg-svg {
	 background-image: url(step1_anim.svg);
	 background-size: cover;
}

/* #main { position: relative; } */
.svg-container { position: relative; }
.svg-img { position: relative; z-index: 1; }
.svg-img.svg-img-overlay { position: absolute; top: 0; left: 0; z-index: 9; }
