    .target-fix{
        position: relative;
        top: -550px;
        display: block;
        height: 0;
        overflow: hidden;
    }

    .service-fix{
        position: relative;
        top: -90px;
        display: block;
        height: 0;
        overflow: hidden;
    }

    .protfolio-fix{
			top: 3070px;
            position: absolute;
            width: 100%;
            display: block;
            height: 0;
            overflow: hidden;
    }
	.contact-fix{
			top: 5390px;
            position: absolute;
            width: 100%;
            display: block;
            height: 0;
            overflow: hidden;
}

@media screen and (min-width:415px) and (max-width:1023px){
    .target-fix{
        top: -170%;
    }
	.contact-fix{
		top: 3150px;	
	}
}

@media screen and (min-width:1024px) and (max-width:1439px){
	.contact-fix{
		top:  3700px;	
	}
}

@media screen and (min-width:769px) and (max-width:1339px){
    .target-fix{
        top: -170%;
    }
}

@media screen and (min-width:1440px){
    .target-fix{
        top: -150%;
    }
	.contact-fix {
		top: 3580px;
	}
}

@media screen and (min-width:768px){
    .service-fix{
        top: -180%;
    }
    
    .protfolio-fix{
        top: 2160px;
    }
}

@media screen and (min-width:1920px) and (max-width:1929px){
        .protfolio-fix{
        top: 2900px;
    }
}



