/**
 * This file should contain admin styles that 
 * will be applied to the module settings forms.
 */
 .cli-inner{
	border: 8px solid #fff;
    margin: 15px auto 30px;
	box-shadow: 0 0 13px #333;
	background: no-repeat center center #333;
	background-size: cover;
	height: 356px;
    width: 833px;
 }
 .city-landing-image {
 	margin: 0 auto;
 }
@media only screen and (max-width: 1200px) {} 
@media only screen and (max-width: 1024px) {}
@media only screen and (max-width: 960px) {
	.cli-inner {
		width: 100%;
		height: 400px;
	}
	.city-landing-image {
		width: 85%;
	}
}
@media only screen and (max-width: 860px) {}
@media only screen and (max-width: 768px) {
	.cli-inner {
	height: 350px;
}
}
@media only screen and (max-width: 736px) {
	.city-landing-image {
	width: 90%;
}
}
@media only screen and (max-width: 667px) {}
@media only screen and (max-width: 640px) {
	.cli-inner {
	height: 300px;
}
}
@media only screen and (max-width: 600px) {
	.city-landing-image {
	width: 100%;
}
}
@media only screen and (max-width: 568px) {}
@media only screen and (max-width: 480px) {
	.cli-inner {
	height: 250px;
}
}
@media only screen and (max-width: 414px) {}
@media only screen and (max-width: 384px) {
	.cli-inner {
	height: 200px;
}
}
@media only screen and (max-width: 375px) {}
@media only screen and (max-width: 320px) {}