body {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

@font-face {
	font-family: "cvs_health_sansbold";
	src: url("https://s0.2mdn.net/creatives/assets/3790864/cvshealthsans_bd-webfont.woff2") format("woff2"), url("https://s0.2mdn.net/creatives/assets/3790864/cvshealthsans_bd-webfont.woff") format("woff");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "cvs_health_sansmedium";
	src: url("https://s0.2mdn.net/creatives/assets/3790864/cvshealthsans_md-webfont.woff2") format("woff2"), url("https://s0.2mdn.net/creatives/assets/3790864/cvshealthsans_md-webfont.woff") format("woff");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "cvs_health_sansregular";
	src: url("https://s0.2mdn.net/creatives/assets/3790864/cvshealthsans_rg-webfont.woff2") format("woff2"), url("https://s0.2mdn.net/creatives/assets/3790864/cvshealthsans_rg-webfont.woff") format("woff");
	font-weight: normal;
	font-style: normal;
}

* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

#wrapper,
#click_through,
#logo {
	position: absolute;
	top: 0;
	left: 0;
	width: 300px;
	height: 600px;
	overflow: hidden;
	z-index: 9;
}

#wrapper {
	position: relative;
	background-color: #fff;
	visibility: hidden;
}

#wrapper.show {
	visibility: visible;
}

#click_through {
	z-index: 999;
	cursor: pointer;
	background-color: rgba(255, 255, 255, 0);
	border: 1px solid #777777;
	z-index: 9999999;
}


/* New CSS starts here */

#cta_img,
#logo_img {
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	background-size: 100%;
	z-index: 999;
}

#blank_offer_dot_img,
#offer_dot_img {
	position: absolute;
	top: -20px;
	left: 0;
	right: 0;
    margin: 0 auto;
	z-index: 999;
	width: 232px;
	height: 232px;
	background-size: contain;
	transform-origin: center center;
	z-index: 99;
	transform: scale(0);
}

#disclaimer_copy {
	position: absolute;
	text-align: center;
	left: 0;
	right: 0;
	bottom: 75px;
	display: flex;
	flex-wrap: wrap;
	height: 30px;
	align-items: center;
	justify-content: center;
	align-content: center;
	font-family: "cvs_health_sansregular";
	font-size: 8px;
	line-height: 10px;
	width: 230px;
	margin: 0 auto;
	z-index: 999;
}

#offer_disclaimer_copy {
	position: absolute;
	text-align: center;
	left: 15px;
	bottom: 14px;
	font-size: 8px;
	line-height: 10px;
	width: 100px;
	font-family: "cvs_health_sansregular";
	z-index: 999;
}

#product_img {
	position: absolute;
	bottom: 130px;
	right: 10px;
	z-index: 999;
	width: 95%;
	height: 155px;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	z-index: 9;
	left: 50%;
    transform: translateX(-50%);
}

#bg_red {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #c00000;
	z-index: 9;
}

#frame1_copy {
	font-family: "cvs_health_sansregular";
	font-size: 20px;
	line-height: 22px;
	position: absolute;
	top: 200px;
	left: 0px;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	height: 50px;
	align-items: center;
	justify-content: center;
	align-content: center;
	text-align:center;
}

#frame2_copy,
#frame3_copy,
#frame4_copy {
	font-family: "cvs_health_sansbold";
	font-size: 38px;
	line-height: 40px;
	position: relative;
	left: 100px;
	z-index: 9;
	color: #fff;
	width: 250px;
	margin-bottom:8px
}
#copieLines{position:relative;top:57px;width:100%;left:0}
/*.Adult_Allergy #frame2_copy,.Adult_Allergy #frame3_copy,.Adult_Allergy #frame4_copy {font-size: 32px;line-height: 34px;}
.Children_Cold #frame2_copy,.Children_Cold #frame3_copy,.Children_Cold #frame4_copy {font-size: 29px;line-height: 31px;}
.Children_Allergy #frame2_copy,.Children_Allergy #frame3_copy,.Children_Allergy #frame4_copy {font-size: 28px;line-height: 30px;}
.Adult_Cough #frame2_copy,.Adult_Cough #frame3_copy,.Adult_Cough #frame4_copy {font-size: 25px;line-height: 27px;}*/


/*#frame2_copy {
	top: 57px;
	height: 40px;
}

#frame3_copy {
	top: 104px;
	height: 45px;
}

#frame4_copy {
	top: 148px;
	height: 75px;
}*/

#frame5_copy {
	font-family: "cvs_health_sansbold";
	font-size: 32px;
	line-height: 36px;
	position: absolute;
	left: 27px;
	top: 10px;
	z-index: 9;
	color: #c00000;
}

.mac #cta,
.ios #cta {
	padding-top: 8px;
}

.mac #f2_copy {
	font-size: 22px;
}

.mac #f3_copy {
	font-size: 22px;
}