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: 728px;
	height: 90px;
	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: 9px;
	z-index: 999;
	width: 140px;
	height: 140px;
	background-size: contain;
	transform-origin: center center;
	z-index: 99;
	transform: scale(0);
}

#disclaimer_copy {
	position: absolute;
	text-align: left;
	right: 145px;
	bottom: 9px;
	display: flex;
	flex-wrap: wrap;
	height: 70px;
	align-items: center;
	justify-content: center;
	align-content: center;
	font-family: "cvs_health_sansregular";
	font-size: 7px;
	line-height: 10px;
	width: 85px;
	z-index: 999;
}

#offer_disclaimer_copy {
	position: absolute;
	text-align: center;
	right: 30px;
	bottom: 39px;
	font-size: 7px;
	line-height: 9px;
	width: 90px;
	font-family: "cvs_health_sansregular";
	z-index: 999;
}

#product_img {
	position: absolute;
	bottom: 3px;
	width: 153px;
    height: 80px;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	z-index: 9;
	left: 330px;
}

#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: 17px;
	line-height: 20px;
	position: absolute;
	top: -10px;
	left: 150px;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	height: 90px;
	align-items: center;
	justify-content: flex-start;
	align-content: left;
	text-align:left;
	width: 23%;
}

#frame2_copy,
#frame3_copy,
#frame4_copy {
	font-family: "cvs_health_sansbold";
	font-size: 35px;
	line-height: 40px;
	position: absolute;
	left: 70px;
	top: 30px;
	z-index: 9;
	color: #fff;
}


#frame5_copy {
	font-family: "cvs_health_sansbold";
	font-size: 22px;
	line-height: 26px;
	position: absolute;
	left: 23px;
	top: -15px;
	z-index: 9;
	color: #c00000;
	width: 290px;
	display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    height: 90px;
}

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

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

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