@media only screen and (max-width: 716px){
	#profile .profile-back{
		height: 50% !important;
		width: 100%;
		max-width: 716px;
		background: url(../../imagenes/FONDO_OUR-PROFILE.jpg) no-repeat !important;
		background-size: 100% 100%;
	}

	.profile-text{
		display: initial;
	}

	.whatwedo{
		display: block;
  		width:100%;
	  	height:450% !important;
  		max-width: 716px;
		background: url(../../imagenes/FONDO_OUR-PROFILE_DEGRADADO.jpg) no-repeat !important;
		background-size: 100% 100%;
	}

	.titulo-wht, .whatwedo-text, .list-buss{
		display: initial;
	}

	#contact{
		background: url(../../imagenes/FONDO_WHERE-WE-AREmorado.jpg) no-repeat !important;
		background-size: 100% 100%;
	}
}