/*
 * PLS Write only what changes in that specific resolution
 */

@media (min-width: 1601px) { 
/*Gigantic screen only*/
}

@media (max-width: 1600px) { 

}

@media (max-width: 1300px) { 
	.experience{
		width: 50%;
		margin-bottom: 0;
	}

}

@media (max-width: 992px) {  }

/*
 * Here start mobile
 */
@media (max-width: 768px) { 
	.experience{
		width: 100%;
		margin-bottom: 0;
	}
	.mobile-only{
		display: block;
	}
}

@media (max-width: 400px) { 
	.mamita{
		display: none;
	}
	.pink_ipsum{
		width: 100%;
		position: relative;
		margin: auto;
	}
}