.bg-image{
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
    position: absolute;
    width: 50vw;
    right: 0;
    height: 100vh;
}

@media (max-width: 991px) { 
	body {
		background: inherit;
	}
	.bg-image{ 
		width: 100%;
		position: inherit;
	}

	.social-icons {
		top: 10px;
	    right: 30px;
	    position: absolute;
	}
}