.bg-image{
	/*background-image: url(../img/golden-bg.jpg);*/
	background-size: cover;
	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;
		height: auto;
	}

	.social-icons {
		top: 10px;
	    right: 30px;
	    position: absolute;
	}
}