.popular_img_item {
	float: left;
	margin: 0 1px 1px 0;
	background: black;
}
.popular_img_item:hover img {
	opacity: .5;
}
.popular_img_item img.one {
	width: 141px;
    height: 141px;
}
.popular_img_item img {
    width: 76px;
    height: 76px;
}
@media(max-width: 414px){
    .popular_img_item img {
		width: 94px;
		height: 94px;
    }
	.popular_img_item img.one {
		width: 189px;
		height: 189px;
	}
}
@media(max-width: 411px){
    .popular_img_item img {
		width: 93px;
		height: 93px;
    }
	.popular_img_item img.one {
		width: 187px;
		height: 187px;
	}
}
@media(max-width: 375px){
    .popular_img_item img {
		width: 84px;
		height: 84px;
    }
	.popular_img_item img.one {
		width: 169px;
		height: 169px;
	}
}
@media(max-width: 360px){
    .popular_img_item img {
		width: 81px;
		height: 81px;
    }
	.popular_img_item img.one {
		width: 163px;
		height: 163px;
	}
}
@media(max-width: 320px){
    .popular_img_item img.one {
		width: 141px;
		height: 141px;
	}
	.popular_img_item img {
		width: 70px;
		height: 70px;
	}
}

.stat_item {
    padding: 1rem 0;
    border-radius: 2px;
    border-bottom: 3px solid rgba(0,0,0,.1);
    color: #ffffff;
    background-color: #51ab6d;
}

@media(max-width: 992px){
	.home-tabs .nav-item {
		width: 33.3%;
	}
}