@media screen and (min-width: 320px) and (max-width: 767px){
	header a img{
		width: 45%;
		margin: 5px auto;
		display: table;
		margin-top: 20px;
		margin-bottom: 20px;
	}
	.agende-agora img, .como-funciona img, .bioplastia-segura img, .sobre-o-pmma img, .procedimentos img, .entrevista img, .you-tube img{
		width: 96%;
		margin:0 auto;
		display: table;
	}

}
@media screen and (min-width: 768px) and (max-width: 1023px){
	.agende-agora img, .como-funciona img, .bioplastia-segura img, .sobre-o-pmma img, .procedimentos img, .entrevista img, .you-tube img{
		width: 96%;
		margin: 5px auto;
		display: table;
	}
	header a img{
		width: 45%;
		margin: 0 auto;
		display: table;
		margin-top: 20px;
		margin-bottom: 20px;
	}
}