@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 { 
  background: rgba(255, 255, 255, 0.9);
  z-index: 2;
  padding: 1rem 1.5rem;
  position: inherit;
  bottom: 0;	
	width: 100%
}
	
#logo img { width: 30%}
	
.flex {
	display: block;
}
	
.left, .right {
	width: 100%;
}

.hide {
	display: block;
}

.hide_m {
	display: none;
}  
}

.refnr {}

.apply {}
