@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;
}
	
	#title { 
	padding: 1.5rem 1.5rem 0.5rem 1.5rem;
left: 0;
bottom: 0;
position: inherit;
}

h1 {
	font-size: 1.5rem;
}

h3 {
	font-size: 1.2rem;

}
	
	
#logo img { width: 30%}
	
		#icons{
	display: block;
	}
	
	#icons > div{
	padding: 0 0 1rem 0;
		display: flex;
		justify-content: center;
	}
	

.flex {
	display: block;
}
	
.left-1, .right-1, .left-2, .right-2 {
	width: 100%;
}

.left-1 {
	margin-bottom: 1rem;
}

.hide {
	display: block;
}

.hide_m {
	display: none;
}  
}

.refnr {}

.apply {}
