@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 {
	
}

h1 span {
	
}

h2 {
	
}

h3 {

}

h4 {
	
}
	
	
	.left img, .right img{
		display: none;
	}	
	
	
	#slogan {
  position: relative;
  z-index: 8;
  bottom: 0rem;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 550;
  text-shadow: rgba(0, 0, 0, 0.75) 5px 0px 10px;
  background-color: rgba(51, 51, 51, 0.63);
  padding: 1rem 4%;
  width: 100%;
  text-align: center;
  border-radius: 0px;
  backdrop-filter: none;
  filter: none;
  transform-origin: 50% 50% 0px;
  opacity: 1;
  transform: translate(0px);
  visibility: visible;
	}
    
.box-left {
	width: 100%;
	margin-bottom: 1rem;
	float: none;
}
    
.box-right {
	width: 100%;
	float: none;
}
	
.flex {
	display: block;
}
	
.left, .right {
	width: 100%;
}

.left {
	margin-bottom: 1rem;
}

.hide {
	display: block;
}

.hide_m {
	display: none;
}  
}

.refnr {}

.apply {}
