@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;
}
	
#logo img { width: 60%}
	
.flex {
	display: block;
}
	
.left-1, .right-1, .left-2, .right-2, .left-3, .right-3 {
	width: 100%;
}

.left-1 {
	margin-bottom: 1.5rem;
}
	
	.right-3 {
display: block;
	margin-top: 1.5rem;
	
	}

.hide {
	display: block;
}

.hide_m {
	display: none;
}  
}

.refnr {}

.apply {}
