@-ms-viewport{width:device-width;}

/*
@media screen and (min-width:240px) and (max-width:360px) {
#sequence h2 {
  font-size: 70%;
  line-height: 1.2em;
  letter-spacing:.75px;}
  
   #sequence .info {top: 20%;
  transform: translateY(-20%);}
}


@media screen and (min-width:361px) and (max-width:600px) {
	#sequence h2 {
  font-size: 70%;
  line-height: 1.2em;
  letter-spacing:.75px;}
   #sequence .info {top: 35%;
  transform: translateY(-35%);}
}
@media screen and (min-width:601px) and (max-width:800px) {
	#sequence h2 {
  font-size: 70%;
  line-height: 1.2em;
  letter-spacing:.75px;}
   #sequence .info {top: 30%;
  transform: translateY(-30%);}
}

@media screen and (min-width:960px) {#sequence .info {top: 40%;transform: translateY(-40%);}
	
	}


@media screen and (min-width:1200px) {
	#sequence h2 {
  font-size: 120%;
  line-height: 1.2em;
  letter-spacing:.75px;}
   #sequence .info {top: 30%;
  transform: translateY(-30%);}
}

@media screen and (min-width:601px) and (max-width:1920px) {
	#sequence h2 {
  font-size: 160%;
  line-height: 1.2em;
  letter-spacing:.75px; }
  #sequence .info {width:60%}
	
}
*/
