@media only all and (max-width: 700px) {
    /* for 700px or less */
body {
	-ms-hyphens: auto;
	-webkit-hyphens: auto;
	hyphens: auto;
}
	
	h1 {
	margin: 0;
	font-size: 1.2rem;
	font-weight: 700;
	text-transform: uppercase;
}
	
	#title { 
	display: none;
}
	
	#logo img {
	width: 30%;
	display: inline-block;
}

.frame-outer {
	margin: 0;
	width: 100%;
	border: none;
	box-shadow: none;
}
    
.box-left {
	width: 100%;
	margin-bottom: 1rem;
	float: none;
}
    
.box-right {
	width: 100%;
	float: none;
}
	
	.right {
	background-repeat: no-repeat;
background-size: cover;
background-position: center -4rem;
	box-shadow: -0.1rem 0.1rem 1rem rgba(0,0,0, 0.2);
		min-height: 10rem;
		margin-bottom: 1rem;
}
	
	.footer-left{
	width: 100%;
	padding: 1rem 4%;
}

.footer-right{
	width: 100%;
}
	
.flex {
	display: block;
}
	
.left, .right {
	width: 100%;
}

.left {
	
}

.hide {
	display: block;
}

.hide_m {
	display: none;
}  
}

.refnr {}

.apply {}
