@media only screen and (min-width: 700px) {
.iframe-linha-tempo {
	height: 600px !important;
}

.titulo-timeline {
	font-size: 25px !important;
}



}

@media only screen and (max-width: 699px) {
.iframe-linha-tempo {
	height: 1200px !important;
}
	.titulo-timeline {
	font-size: 15px !important;
}
	
}