@media only screen and (max-width: 912px) {
	div.bg-img{
		height: 105vh;
		overflow: hidden;
		background-image: url("../img/GroupSide.png");
		background-position: top;	
	}
	
	div.logo-holder {
		flex-direction: column;
		display: flex;
		justify-content: center;
		align-items: center;
		height: 80vh;
	}

	img.home-logo {
		width: 400px;
		padding: 0 20px;
	}
}

@media only screen and (min-width: 913px) {
	div.bg-img{
		height: 100vh;
		background-image: url("../img/3piece.png");
		background-position: center;
	}
	
	div.logo-holder {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		height: 100vh;
	}

	img.home-logo {
		width: 100vh;
	}
}

div.socials-box{
	background-color: white;
	padding: 15px;
}

div.socials-box img{
	width: 50px;
}