@media (min-width: 960px) {
	.main-header .header-container {
		justify-content: space-between;
	}
}
@media screen and (max-width:720px) {
	.welcome-title {
	font-size: 300%;
  }
	.description-title {
  	font-size: 300%;
  }
	.green-button-container > div {
	font-size: 100%;
  }
	p {
	font-size: 100%;
  }
	.video-title {
	font-size: 300%;
  }
}
@media screen and (max-width:640px) {
	.description-title {
	font-size: 200%;
  }
	
}
@media screen and (max-width:480px) {
	.welcome-title {
	font-size: 150%;
  }
	.description-title {
	font-size: 150%;
  }
	p {
	font-size: 80%;
  }
	.green-button-container > div {
	font-size: 80%;
	padding: 2%;
  }
	.video-title {
	font-size: 150%;
  }
	.eqWrap {
	display: block;
  }
	.equalHMR {
	width: 100%;
	text-align: center;
  }
	
}