* {
  box-sizing: border-box;
}

* {
	font-size: 0px;
	line-height: 0px;
}

div {
	position: absolute;
	left: 0px;
	top: 0px;
  width: 970px;
  height: 250px;
}

img {
	width: 970px;
	height: 250px;
}

body {
  background-color: #fff;
}

#container {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border: 1px solid #072727;
}

#container {
	width: 970px;
	height: 250px;
	overflow-x: hidden;
  overflow-y: visible;
	-ms-overflow-style: none;
	overflow: hidden;
	visibility: hidden;
}

#clickScreen {
	width: 100%;
	height: 100%;
	cursor: pointer;
	opacity: 0;
	z-index: 2;
}

#bg {
	width: 100%;
	height: 100%;
	background-color: #fff;
}

#main_bg img,
#resolve_bg img {
	width: 1020px;
  height: 300px;
}

#txt1_plus_holder {
  transform-origin: 27px 27px;
  -webkit-transform-origin: 27px 27px;
}

#cta_plus {
  transform-origin: 134px 202px;
  -webkit-transform-origin: 134px 202px;
}

#resolve_bg_holder {
  overflow-x: hidden;
  overflow-y: visible;
	-ms-overflow-style: none;
	overflow: hidden;
}

#txt3a_holder {
  transform-origin: 327px 89px;
  -webkit-transform-origin: 327px 89px;
}

#txt3a, #txt3a_holder {
  overflow-x: visible;
  overflow-y: visible;
	overflow: visible;
}

#txt_one, #txt_two, #txt_three, #cta {
  left: -2px;
  top: -1px;
}


#txt1a_holder {
  top: 35px;
  height: 25px;
  overflow-x: hidden; overflow-y: hidden;	-ms-overflow-style: none;	overflow: hidden;
}
#txt1a img {
  height: 25px;
}



#txt2a_holder {
  top: 35px;
  height: 25px;
  overflow-x: hidden; overflow-y: hidden;	-ms-overflow-style: none;	overflow: hidden;
}
#txt2a img {
  height: 25px;
}

#txt2b_holder {
  top: 67px;
  height: 25px;
  overflow-x: hidden; overflow-y: hidden;	-ms-overflow-style: none;	overflow: hidden;
}
#txt2b img {
  height: 25px;
}



#txt3b_holder {
  top: 101px;
  height: 26px;
  overflow-x: hidden; overflow-y: hidden;	-ms-overflow-style: none;	overflow: hidden;
}
#txt3b img {
  height: 26px;
}

#txt3c_holder {
  top: 134px;
  height: 26px;
  overflow-x: hidden; overflow-y: hidden;	-ms-overflow-style: none;	overflow: hidden;
}
#txt3c img {
  height: 26px;
}
