@media only screen and (min-width:768px){
	#mute, #volume { display:inline-block; }
	#muteMobile, #volumeMobile { display:none!important; }
}

@media  only screen and (max-width:1350px){
	#border-menu nav { font-size:20px; }
	#border-menu nav ul li { margin:25px 10px; }
	
}

@media  only screen and (max-width:1350px) and (min-width:992px){
	div#main-menu button svg { position:relative; top:-40px; right:-40px; }
	a#backToWork { top:20px!important; }
}

@media  only screen and (max-width:991px){
	.full-screen-spacer .italic { padding: 0 25px; }
	.full-screen-spacer .italic h1 { font-size: 48px!important; }
	
	#project-grid-container { padding:0!important; }
	.projects-template #project-grid-container .project-wrapper .svg-wrapper { padding: 0 20px; margin: -10px 0 -20px; }
	
	#staff-grid-container h2.small-thin.italic { margin-top:0!important; }
		
	#border-menu.opened { border-width:380px 20px 20px 20px; }
	nav#navigation-wrapper { top: 69px; }
	nav#navigation-wrapper ul, nav#navigation-wrapper ul li, nav#navigation-wrapper ul li a { margin: 7px auto; width: 100%; font-size: 20px; }
	
	div#left { display: none; }
	
	footer#sub-page-footer .is-col * {
		float: none!important;
		text-align: center;
	}
	footer#sub-page-footer .is-col ul#footer-navigation,
	footer#sub-page-footer .is-col ul#footer-navigation li,
	footer#sub-page-footer .is-col ul#footer-navigation li a { text-align:left!important; }
	footer#sub-page-footer > .is-row { padding-top:0!important; }
	footer#sub-page-footer .is-col{ margin:10px 0!important; text-indent:0!important; }
	footer#sub-page-footer .is-col ul#footer-navigation { width: 115px; margin: 0 auto; left: 10px; position: relative; }
	
	#social-wrapper { display: none; }
	
	h1, h2, h3, h4, h5 { line-height: normal; }
	
	.projects-template .iframe-holder .content { position: absolute;left:0; }
	.projects-template .iframe-holder .content.playlist { margin-top: 0; position: relative; }
	.projects-template .wrap.close-btn-in.auto-cursor.ready { overflow: visible!important; }
	
}

@media only screen and (max-width:767px){
	footer.is-row .is-col:first-of-type, footer.is-row .is-col:last-of-type {display:none;}	
	.scroll-content > .is-row > .is-col:first-of-type { border: none!important; }
	
	div#grid .center-align { max-width: 90vw; text-align: center; margin: -50px auto; }
	div#grid .center-align h1 { line-height:normal!important; }
	
	div#work-wrapper { background-position:10% top!important; }
	
	.tiny-home #sizzle-reel, .tiny-home #sizzle-reel-mobile { transform: translate(-50%,-50%) scale(1.79); }
	
	.tiny-home #sizzle-reel-mobile { transform: translate(-50%,-50%) scale(1); }
	.tiny-home #sizzle-reel { display:none!important; }
	.tiny-home #sizzle-reel-mobile { display:block!important; }
	
	.tiny-home #sizzle-reel-mobile {
		min-width: 400%!important;
		/*min-height: 200vh!important;*/
		transform: translate(-50%,-50%) scale(0.5);
	}
	
	#mute, #volume { display:none!important; }
	#muteMobile, #volumeMobile { display:inline-block; }
	.projects-template .iframe-holder .content {  }
}