.foto-mulher-tablet-mobile {
	display: none;
}

@media only screen and  (max-width: 425px) {

	#foto-casal-aposentado {
		height: 350px !important;
		margin-bottom: 0px !important;
	}

	#foto-mulher-tablet {
		height: 350px !important;
		margin-bottom: 0px !important;
	}

	.foto-mulher-tablet {
		display: none;
	}

	.foto-mulher-tablet-mobile {
		display: block;
	}

}