/* SVG Morph */
.ggt-morph-wrap {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
	pointer-events: none;
}

.ggt-morph {
	position: relative;
	height: 700px;
    width: 1400px;
	flex: none;
	background-color: transparent;
	overflow: visible!important;
    transform: rotate(145deg) scale(1.6) !important;
}
.ggt-path{
	/*background-color: red;*/
}
