/* Embedded tweets */
iframe {max-width: 100%;}
iframe.twitter-tweet-rendered,
.fb-video,
.wp-video {margin: 10px auto;}
.fb-video span {display: block; margin-bottom: 15px;}


/* Tablet */
@media (max-width: 1000px) { 
	.site-header,
	.main-navigation,
	.site-content,
	.site-footer {max-width: 100%; width: auto;}
	
	.site-footer {padding: 20px;}
}

/* Phone */
@media (max-width: 640px) { 
	.content-area,
	.content-group,
	.site-main,
	.sidebar-primary {float: none; max-width: 100%; width: auto;}
	
	.ru-branding-bottom {
		background-position: center 15px; 
		font-size: 0; 
		float: none;
		padding: 10px;
		width: auto;
	}
	.site-branding {text-align: center;}
	.site-info  {float: none; max-width: 100%; width: auto;}
	
	h1 {font-size: 120%;}
}