@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;
}
	
	h1 {
	margin: 0;
	font-size: 1.6rem;
	font-weight: 700;
	font-family: "Cormorant Garamond", serif;
	line-height: 1.6rem;
		padding-bottom: 0.5rem;
}
	
	#logo img {
	width: 40%;
}
    
.box-left {
	width: 100%;
	margin-bottom: 1rem;
}
    
.box-right {
	width: 100%;
}
	
.flex {
	display: block;
	padding: 0.1rem 0;
}
	

	
	.left {
		width: auto;
	background-color: white;
	margin: 1rem 4% 1rem 4%;
	padding: 1rem 2%;
}

.right {
	background-color: white;
	margin: 1rem 4% 1rem 4%;
	padding: 1rem 2%;
	width: auto;
}

.hide {
	display: block;
}

.hide_m {
	display: none;
}  
}

.refnr {}

.apply {}
