@media screen and (max-width:1200px) {
		

@media all and (min-width:991px) and (max-width:1200px) and (orientation:landscape) {
		
}
@media all and (min-width:768px) and (max-width:991px) and (orientation:landscape) {
		
}

@media screen and (max-width:991px) {
	  
}

@media screen and (max-width:768px) {

}

@media (max-width:992px) {
}

@media (max-width:768px) {
		
}

@media (max-width:767px) {
		
}
@media all and (max-width:768px) and (orientation:landscape) {
}
@media all and (max-width:640px) and (orientation:landscape) {
}

@media only screen and (orientation:landscape) {
}

@media only screen and (orientation:portrait) {
	.inner {width:100%; margin-top: 10vh;}
}

@media only screen and (max-width:768px) and (orientation:portrait) {
}

@media only screen and (max-width:767px) and (orientation:portrait) {
}

@media only screen and (max-width:578px) {
}

@media only screen and (max-width:414px) and (orientation:portrait) {
}

@media only screen and (max-width:384px) and (orientation:portrait) {
}

@media only screen and (max-width:375px) and (orientation:portrait) {
}

@media only screen and (max-width:360px) and (orientation:portrait) {
}
@media only screen and (max-width:340px) and (orientation:portrait) {
}
@media only screen and (max-width:320px) and (orientation:portrait) {
}
