@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;
}
    
#footer {
	width: 100%;
	padding: 1.5rem;
	position: inherit;
	right: 0;
	bottom: 0;
}
	
.bg {
background: none;
}
	
#logo img { width: 30%}
	
.flex {
	display: block;
}
	
.left {
	padding: 1.5rem;
}
	
.left, .right {
	width: 100%;
}

.hide {
	display: block;
}

.hide_m {
	display: none;
}  
}

.refnr {}

.apply {}
