@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;
	background-repeat:repeat;
  background-size: 100%;
  background-position: center;
}
    
.box-left {
	width: 100%;
	margin-bottom: 1rem;
	float: none;
}
	.hide_d {
		display: block;
	}
    
.box-right {
	width: 100%;
	float: none;
}
	
	#logo img {
		width: 60%;
	}
	
	h1 {
		font-size: 1.6rem;
	}
	
	.small {
		font-size: 1rem;
	}
	
	.mdd {
		width: 40%;
	}
	
.flex {
	display: block;
}
	
	.flex2 {
		display: block;
	}
	
	.left2, .middle, .right2 {
		width: 100%;
	}
	
	.flex3 {
		margin: 1rem 0;
	}
	
	.left3, .right3 {
		width: 40%;
		margin: 0 auto;
	}
	
	video {
		width: 100%;
		height: 180px;
	}
	
	.flex4 a {
		width: 8%;
		margin-right: 1rem;
	}
	
	.flex4 {
		margin-top: 1rem;
		justify-content: center;
	}
	
.left, .right {
	width: 100%;
}

.left {
	margin-bottom: 1rem;
}

.hide {
	display: block;
}

.hide_m {
	display: none;
}  
}

.refnr {}

.apply {}
