@media screen and (max-height:830px), screen and (max-width:940px){
	.welcome-box {
		height: 394px;
	}
	
	body{
		/*background-color:red;*/
	}
}

@media screen and (max-height:962px), screen and (max-width:940px){
	.welcome-box {
		height: 330px;
	}
	
	.welcome-box .img-frame{
		height: 200px;
	}
	
	body{
		/*background-color:yellow;*/
	}
}