
@media only screen and (min-width: 801px) {
	.responsive_show{
		display: none !important;	
	}
}

@media only screen and (max-width: 400px) {
    html{
		font-size: 8px;	
	}
}

@media only screen and (max-height: 685px){
	.worldsAvatarImg img{
		max-height: 150px !important;	
	}
	
	#world1{
		width: 24rem !important;
		height: 24rem !important;	
	}
	
	#world2{
		width: 12rem !important;
		height: 12rem !important;	
	}
}

@media only screen and (max-height: 770px){	
	.chatMsgContainer{
		padding: 30px 20px 120px 20px !important;	
	}
	
	.chatMsgScroll{
		height: 250px !important;	
	}
}