#svgContainer {
	max-width: 600px;
    max-height: 100%;
    position: absolute;
    top: 50px;
    left: 0;
    right: initial;
    bottom: 0;
    margin: auto;
	width: 100%;
}

.pageheading .heroimage{
		background-image: none!important;
	}

@media screen and (min-width: 1081px){
	.hero h1{
		font-size: 49px;
	}
	.hero p{
		margin: 0 0 45px;
	}

	.page-id-nft-game-development .heroimage #svgContainer {
        	top: 0;
		width: 100%;
	}
}
@media screen and (max-width: 1450px){
	#svgContainer{
		max-width: 500px;
		right: 0;
	}

	.page-fintech-blockchain-development-company #svgContainer,
	.page-fintech-software-development #svgContainer {
		top: 63px;
	}
}

