@media (max-width: 1330px) {
	.y_scroll>* {
		display: flex;
		flex-wrap: nowrap;
		overflow: hidden;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
		transform: translateZ(0);
	}
}
.content_sidebar .widget h2, .emoji_list_title>h1, .emoji_list_title>h2, .emoji_list_title>h3, .node__meta {
    padding: 1rem 1.5rem;
}
@media (min-width: 1330px) {
	.html-block-container, .inhype-block {
		width: 1300px;
	}
}
#settings {
	margin-bottom:0px;
}
#people_body_list, #animals_nature_list, #food_drink_list, #travel_places_list, #activities_list, #objects_list, #symbols_list, #flags_list {
	display:none;
}
.emoji_card_nav .card>a:hover {
	border-bottom: 3px solid blue;
	border-radius: 0px;
}
/*
@media(min-width:993px) {
	#smileys_emotion {
		height:1378px;
	}
	#people_body {
		height:2578px;
	}
	#animals_nature {
		height:2142px;
	}
	#food_drink {
		height:1270px;
	}
	#travel_places {
		height:1379px;
	}
	#activities {
		height:1161px;
	}
	#objects {
		height:2687px;
	}
	#symbols {
		height:3124px;
	}
	#flags {
		height:3015px;
	}
}
@media(max-width:992px) {
	#smileys_emotion {
		height:1258px;
	}
	#people_body {
		height:2349px;
	}
	#animals_nature {
		height:1952px;
	}
	#food_drink {
		height:1159px;
	}
	#travel_places {
		height:1258px;
	}
	#activities {
		height:1060px;
	}
	#objects {
		height:2448px;
	}
	#symbols {
		height:2844px;
	}
	#flags {
		height:2745px;
	}
}
@media(max-width:991px) {
	#smileys_emotion {
		height:2856px;
	}
	#people_body {
		height:5742px;
	}
	#animals_nature {
		height:4647px;
	}
	#food_drink {
		height:2756px;
	}
	#travel_places {
		height:3055px;
	}
	#activities {
		height:2359px;
	}
	#objects {
		height:5940px;
	}
	#symbols {
		height:7035px;
	}
	#flags {
		height:6737px;
	}
}
*/