#discover .item {
	position: absolute;
}

#discover .item--style-1 {
    top: 0;
    right: -13%;
}

#discover .item--style-2 {
    top: 45%;
    left: -20%;
}

#discover .item--style-2 .item__svg {
    width: 759px;
}

#discover .item--style-1 .item__svg {
    width: 524px;
}

#discover .item__svg {
	position: relative;
	display: block;
	height: auto;
	min-height: 500px;
	margin: 0 auto;
}

#discover .item__clippath,
#discover .item__deco,
#discover .item__img {
	transform-origin: 50% 50%;
}