/*csslint box-sizing: false*/
/*csslint known-properties: false*/

body {
	background: #ccc;
	color: #000;
}

.stage {
  position: relative;
  height: 90px;
  width: 728px;
  z-index: 0;
  right: auto;
  bottom: auto;
  overflow: hidden;
  text-overflow: clip;
  background-color: #fff;
  background-size: 100% 100%;
  cursor: pointer;
}

.border,
.bg,
.msg,
.rocket,
.logo,
.msg-bg,
.msg-txt,
.cta {
	position: absolute;
	top: 0;
	left: 0;
}

.border {
	width: 100%;
	height: 100%;
	-moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #000;
}

.msg,
.bg-clouds {
	display: none;
}

.msg-objects {
	position: relative;
}

.msg-bg {
	mix-blend-mode: multiply;
}

.rocket {
	top: -200px;
	left: 150px;
}

.logo {
  left: 584px;
  top: 0;
}
