@media (min-width: 320px) {
	header {
		background-image: url(../images/girl-mobile-bg.webp);
	}
}
@media (min-width: 768px) {
	header {
		background-image: url(../images/girl-dentist-bg.webp);
		height: 600px;
	}
}
