@media (max-width: 970px) {
	.bottom-wrapper {
		width: 720px;
	}
	.bottom-wrapper .comments {
		width: 374px;
	}
}
@media (max-width: 750px) {
	.bottom-wrapper {
		width: 100%;
	}
	.bottom-wrapper .comments {
		display: block;
		width: 95%;
		margin: auto;
	}
	.bottom-wrapper .bottom-ad {
		display: block;
		margin: auto;
		margin-top: 10px;
		width: 100%;  
		max-width: 300px;
	}
	header .votes-below {
		bottom: -7px;
		right: 4px;
	}
	 #fanback {
	 	display: none;
	 	visibility: hidden;
	 	opacity: 0;
	 }
	 #fanback * {
	 	display: none;
	 	visibility: hidden;
	 	opacity: 0;
	 }
}
@media screen and (orientation:portrait) {
	/*.top-ad { display: none; }*/
	header { padding-top: 0; }
	
	.card { width: 90%; max-width: none;}
	.card.blue { margin-bottom: 30px; }
	.or { top: 104%; right: 0; left: 0; width: 100%; text-align: center; }

	.share-text {
		display: none; 
	}
}