@media only all and (max-width: 700px) {
    /* for 700px or less */
body {
	-ms-hyphens: auto;
	-webkit-hyphens: auto;
	hyphens: auto;
}

.frame-outer {
	margin: 0;
	width: 100%;
	border: none;
	box-shadow: none;
}
	
	
h1 {
	font-size: 1.5rem;
}

h2 {
	font-size: 1.1rem;
}
	
#logo img { width: 30%}
	
.flex {
	display: block;
margin-top: 0;
}
	
.left, .right {
	width: 100%;
}

.right {
	padding: 1rem;
}
	
	.rexx-systems {
  width: 25%; 
		margin: 0 1rem 1rem 0;
}
	
	.button a {
	margin: 1rem 1rem 1rem 0;
}

.hide {
	display: block;
}

.hide_m {
	display: none;
}  
}

.refnr {}

.apply {}
