@charset "utf-8";
/* CSS Document */

.flashtimeline {
	width: 600px;
	height: 1671px;
}
 @media only screen and (min-width: 991px) and (max-width: 1100px) {
.flashtimeline {
	width: 500px;
	height: 1393px;
}
}
 @media only screen and (min-width: 451px) and (max-width: 990px) {
.flashtimeline {
	width: 400px;
	height: 1114px;
}
}
 @media only screen and (max-width: 450px) {
.flashtimeline {
	width: 290px;
	height: 808px;
}
}
