@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;
}
    #icons{
	display: block;
	}
	
	#icons > div{
	padding: 0 0 1rem 0;
	}
	
	
h1 {
	font-size: 1.6rem;
text-align: left;
}
	
	.border-bottom {
top: -3.5rem;
}
	
	#footer {
margin-top: 2rem;
}
	
#logo img { width: 30%}
	
.flex {
	display: block;
}
	
.left, .right, .left-bottom, .right-bottom {
	width: 100%;
}

.right-bottom {
	display: block;
	margin-top: 1rem;
}


.hide {
	display: block;
}

.hide_m {
	display: none;
}  
}

.refnr {}

.apply {}
