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: 160px;
	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;
	background-repeat:no-repeat;
}

#blank_offer_dot_img,
#offer_dot_img {
	position: absolute;
	top: -10px;
	left: -10px;
	z-index: 999;
	width: 180px;
	height: 180px;
	background-size: contain;
	transform-origin: center center;
	z-index: 99;
	transform: scale(0);
	background-repeat:no-repeat;
}

#disclaimer_copy {
	position: absolute;
    text-align: center;
    left: 50%;
    bottom: 120px;
    display: flex;
    flex-wrap: wrap;
    height: 35px;
    align-items: center;
    justify-content: center;
    align-content: center;
    font-family: "cvs_health_sansregular";
    font-size: 7px;
    line-height: 10px;
    width: 145px;
    z-index: 999;
    transform: translateX(-50%);
}

#offer_disclaimer_copy {
	position: absolute;
	text-align: center;
	left: 26px;
	bottom: 16px;
	font-size: 7px;
	line-height: 10px;
	width: 106px;
	font-family: "cvs_health_sansregular";
	z-index: 999;
}

#product_img {
	position: absolute;
	bottom: 160px;
	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: 14px;
	line-height: 18px;
	position: absolute;
	top: 85px;
	left: 10px;
    width: 89%;
	display: flex;
	flex-wrap: wrap;
	height: 150px;
	align-items: center;
	justify-content: center;
	align-content: center;
	text-align:center;
}

.Children_Cold #frame1_copy {
	height: 120px;
	top: 75px;
}

#frame2_copy,
#frame3_copy,
#frame4_copy {
	font-family: "cvs_health_sansbold";
	font-size: 18px;
	line-height: 22px;
	position: relative;
	left: 80px;
	z-index: 9;
	color: #fff;
	width: 140px;
	margin-bottom:5px;
}
#copieLines{position:relative;top:60px;width:100%;left:0}
/*.Children_Cold #frame2_copy,.Children_Cold #frame3_copy,.Children_Cold #frame4_copy {	font-size: 16px;	line-height: 20px;}
.Children_Allergy #frame2_copy,.Children_Allergy #frame3_copy,.Children_Allergy #frame4_copy {	font-size: 15px;	line-height: 19px;}
.Adult_Cough #frame2_copy,.Adult_Cough #frame3_copy,.Adult_Cough #frame4_copy {	font-size: 14px;	line-height: 18px;}

#frame2_copy {
	top: 60px;
}

#frame3_copy {
	top: 85px;
	height: 26px;
}

#frame4_copy {
	top: 110px;
	height: 50px;
}*/

#frame5_copy {
	font-family: "cvs_health_sansbold";
	font-size: 24px;
	line-height: 27px;
	position: absolute;
	left: 18px;
	top: 33px;
	z-index: 9;
	color: #c00000;
	width: 70%;
}

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

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

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