body {background-color:#8c0d1a;
	font-family: Helvetica, Tahoma, sans-serif;
	color:#fff}
.strip {max-width:100%}	
#vrFrame {border-style: none}
#vrTextPanel {font-size: 1.5em}
#vrTextPanel, #fsIconPanel {text-align:right; padding:0 15px}
#fsIcon {cursor: pointer}

/* -------------------------------------------------------- MEDIA QUERIES / BREAKPOINTS */

/* small */
@media screen and (max-width: 559px) {
	#vrTextPanel {font-size: 1em}
}

/* medium */
@media screen and (min-width: 560px) and (max-width: 823px) {

}

/* large */
@media screen and (min-width: 824px) and (max-width: 1139px) {

}		

/* wide */
@media screen and (min-width: 1140px) {

}