
/* 1199 */

@media screen and (max-width: 1199.5px) {
	.header .menu,.header-right{
		display: none;
	}
}

/* 991 */

@media screen and (max-width: 991.5px) {
	
}

/* 767 */

@media screen and (max-width: 767.5px) {
	.title-search{
		display: none;
	}
	.nhm-story-table tr td{
		padding:15px 10px
	}
	.nhm-latest-story-updates{
		margin-bottom: 20px;
	}
	.nhm-story-table tr td:first-child{
		width: 45%;
	}
	.items-story .content h3 a{
		padding-right: 0;
		font-size: 14px;
		overflow: hidden;
		text-overflow: ellipsis;
		-webkit-line-clamp: 2;
		display: -webkit-box;
		-webkit-box-orient: vertical;
	}
	.story-detail-wrapper .nhm-current-reading{
		display: none;
	}
	.story-header{
		display: block;
	}
	.story-thumb{
		padding-bottom: 15px;
	}
	.story-thumb img{
		width: 100%;
		max-width: 100%;
		max-height: 200px;
        object-fit: cover;
	}
	.story-chapter-table td a{
		overflow: hidden;
		text-overflow: ellipsis;
		-webkit-line-clamp: 2;
		display: -webkit-box;
		-webkit-box-orient: vertical;
	}
	.menu-footer ul{
		flex-wrap: wrap;
	}
	.menu-footer ul li{
		flex:0 0 50%;
		margin-bottom: 10px;
		max-width: 50%;
		text-align: center;
	}
	.chapter-content{
		padding:30px 10px;
	}
}

