@media screen and (max-width: 480px) {

	.cpLeftSide{
		width: 320px;
	}

	.salesWrapper{
		width: 320px;
	}
	.headlineArea{
		width: 100%;
	}
	.ctaRight{
		display: none !important;	
	}

	.bannerTop{
		width: 320px;
	}

	.bannerTop img{
		width: 320px;
	}

	.ctaLeft{
		width: 320px;
	}

	.dateIcon{
		display: none;
	}

	.ctaLeft{
		-webkit-border-top-left-radius: 6px !important;
		-webkit-border-top-right-radius: 6px !important;
		-moz-border-radius-topleft: 6px !important;
		-moz-border-radius-topright: 6px !important;
		border-top-left-radius: 6px !important;
		border-top-right-radius: 6px !important;
	}

	.videoBlock{
		width: 320px;
		-webkit-border-top-left-radius: 6px !important;
		-webkit-border-top-right-radius: 6px !important;
		-moz-border-radius-topleft: 6px !important;
		-moz-border-radius-topright: 6px !important;
		border-top-left-radius: 6px !important;
		border-top-right-radius: 6px !important;
	}

	.innerHeadline{
		width: 320px;
	}

	.hostInfoBlock{
		width: 320px;
	}

	.mainWrapper{
		/*padding-top: 20px;*/
	}

	.ctaRightMobile{
		display: block !important;
		margin-top: 15px;
	}

	#optName{
		background-position: 204px;
	}

	#optEmail{
		background-position: 204px;
	}

	#optinBTN{
		width: 240px;
		text-align: center;
		background-image: none;
	}

	.hostInfoCopy{
		/*display: block;*/
		width: 140px;
	}

	.hostInfoPhoto{
		/*width: 240px;*/
		/*text-align: center;*/
		/*display: none;*/
	}
	.ctaArea{
		min-width: 0px;
	}
	
	.videoBlock{
		/*margin-bottom: 20px;*/
		padding: 20px;
	}

	.cpWrapper{
		width: 320px;
	}

	.cpLeftSide{
		float: none;
	}

	.cpRightSide{
		float: none;
		margin-top: 20px;
		width: 100%;
	}

	.ssSalesArea{
		border-bottom: 3px solid #e5e5e5;
		width: 320px;
	}

	.webinarURLWrapper{
		width: 320px;
	}

	.shareBlock{
		width: 320px;
	}

	.addedArrow{
		background-image: none;
	}

}

@media (min-width: 490px) and (max-width: 820px) {

	.cpWrapper{
		width: 561px;
	}

	.cpLeftSide{
		float: none;
		width: 320px;
	}

	.cpRightSide{
		float: none;
		margin-top: 20px;
		width: 100%;
	}

	.ssSalesArea{
		border-bottom: 3px solid #e5e5e5;
		width: 100%;
	}

	.salesWrapper{
		width: 768px;
	}
	.headlineArea{
		width: 100%;
	}
	.ctaRight{
		display: none !important;	
	}

	.bannerTop{
		width: 768px;
	}

	.bannerTop img{
		width: 768px;
	}

	.ctaRightMobile{
		display: block !important;
		margin-top: 15px;
	}

	#optName{
		background-position: 444px;
	}

	#optEmail{
		background-position: 444px;
	}

	#optinBTN{
		width: 487px;
		text-align: center;
	}

	.ctaLeft{
		margin-left: 95px;
		-webkit-border-top-left-radius: 6px !important;
		-webkit-border-top-right-radius: 6px !important;
		-moz-border-radius-topleft: 6px !important;
		-moz-border-radius-topright: 6px !important;
		border-top-left-radius: 6px !important;
		border-top-right-radius: 6px !important;
	}
	
	.videoBlock{
		width: 100%;
		-webkit-border-top-left-radius: 6px !important;
		-webkit-border-top-right-radius: 6px !important;
		-moz-border-radius-topleft: 6px !important;
		-moz-border-radius-topright: 6px !important;
		border-top-left-radius: 6px !important;
		border-top-right-radius: 6px !important;
	}

	.cpLeftSide{
		width: 564px;
	}

}