*{margin:0;padding:0;}

html,body {
	height: 100vh;
	/*background-color: #e82834;*/
	/*background-image: url(../images/red-bg.jpg);*/
}
body {
	background-color: #cadc74;
}
.flex-center {
	display: flex;
	justify-content: center;
	/*align-items: center;*/
	/*height: 100%;*/
}
.aisya-bnr {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	height: 96%;
}
.aisya-bnr img {
	height: 100%;
	vertical-align: bottom;
	width: auto;
}
@media screen and (max-width:768px) {

.flex-center {
	display: block;
}
.aisya-bnr {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	width: 100%;
	height: auto;
}
.aisya-bnr img {
	width: 100%;
}
}
