#section_videooptin .one-half {
	margin-left: 2%;
	width: 32%;
}

#section_videooptin .one-half.first {
	margin-left: 0;
	width: 65%;
}

.site-container .video {
	margin-bottom: 0 !important;
}

/*
Media Queries
---------------------------------------------------------------------------------------------------- */

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (-moz-min-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 3/2),
only screen and (min-device-pixel-ratio: 1.5) {

}

@media only screen and (max-width: 1024px) {
	
	#section_videooptin .one-half,
	#section_videooptin .one-half.first {
		float: none;
		margin-left: 0;
		width: 100%;
	}
	
	#section_videooptin .one-half.first {
		margin-bottom: 20px;
	}

}

@media only screen and (max-width: 768px) {
	
	
}

@media only screen and (max-width: 360px) {
		
	
	
}