/* The Sass Environment was not setup properly to make easy edits to the subscribe page.
   These overrides are for last minute changes prior to launch 4/14 and should be properly
   incorprated into the Sass files.
*/

@media screen and (min-width: 320px) {
	.panel-one:after {
		background-size: 250px auto;
		right: auto;
		left: 0;
		width: 100%;
		margin: 0 auto;
		background-position: 50% 0;
	}
}

@media screen and (min-width: 320px) and (orientation: landscape) {
        .panel-one:after {
                background-size: 250px auto;
		right: 20px;;
		left: auto;
                width: 250px;
                margin: 0 auto;
                background-position: 50% 0;
        }
}

@media screen and (min-width: 480px) {
	.panel-one:after {
		background-size: 100% auto;
		right: 20px;
		width: 250px;
	}
}

@media screen and (min-width: 1000px) {
	.panel-one:after {
		background-position: center top;
		background-size: auto auto;
		width: 450px;
	}
}