*{box-sizing:border-box;}

		.container{
			width:95%;
			max-width:900px;
			padding:32px 20px;
			margin:-50px;
		}

		.social{
			/*las imágenes usadas tienen width de 48px*/
			width:48px;
			position:fixed;
			top:20px;
			right:0;
		}
	/* Extra centrado vertical*/

		.social{
			/*border:1px solid #000;*/
			top:50%;
			height:205px;
			/*para poner height 192 deberíamos haber indicado en el reset de estilos font-size:0;*/
			margin-top:-250px;
		}