@media only screen and (max-width: 1000px)
{
	/* General */
	.outerCont {
		width: 95% !important;
	}
	.innerCont {
		clear: both;
		width: 100%;
		margin-left: 0px !important;
		margin-right: 0px !important;
	}
	
	/* topbar */
	#topbar_signUp
	{
		float: none;
	}
	
	/* features */
	/*#features_bg {
		margin-left: -4%;
}*/
}

@media only screen and (max-width: 768px)
{	
	/* mobile_menu button in */
	#bcr_mobile_menu_cta {
		display: block;
		right: calc(50% - 18px);
	}
	#topbar_panel {
		margin-top: 45px;
	}
	
	#buy_menu .innerCont {
		width: auto;
	}
	
	#buy_tabs li {
		margin: 0 -.3%;
	}
	
	/* ----- 4K ----- */
	
	#buy_4kHeader {
		padding: 0 0 2% 0;
	}
	#buy_4kBtns {
		width: auto;
		float: none;
	}
	#buy_4kFeatures {
		max-width: 95%;
	}
	#buy_4kLegal {
		max-width: 98%;
	}
	
	/* ost */
	
	#ost_panel img {
		content: url("../images/ost_bg2.jpg");
	}
	#ost_panel {
		max-width: 370px;
	}
	.songs_buynow_button, .score_itunes_button, .score_amazon_button {
		position: absolute;
	}
	.songs_buynow_button {
		left: 54%;
		top: 33%;
	}
	.score_itunes_button {
		left: 19%;
		top: 72%;
	}
	.score_amazon_button {
		left: 19%;
		top: 82%;
	}
}

@media only screen and (max-width: 480px)
{	
	#bcr_mobile_menu_cta {
		display: block;
		right: calc(50% - 18px);
	}
	#topbar_panel {
		margin-top: 45px;
	}
	ul.buy_menu li {
		margin: 3px 1px;
	}
}