main.product #charts_results.product_wrap .post_item {
    opacity: 0;
    transform: translateY(100px);
    display: none;
    padding: 0;
}
main.product #charts_results.product_wrap .post_item.visible{
    display: block;
}
main.product #charts_results.loaded .post_item.visible{
	opacity: 1;
    transform: translateY(0);
}
main.product #charts_results.loaded .post_item {
    transition-delay: 0s,0s,0s;
}
main.product #charts_results.loaded .post_item.visible:nth-child(3n + 1) {
    transition-delay: 0s,.1s,.1s;
}
main.product #charts_results.loaded .post_item.visible:nth-child(3n + 2) {
    transition-delay: 0s,.2s,.2s;
}
main.product #charts_results.loaded .post_item.visible:nth-child(3n + 3) {
    transition-delay: 0s,.3s,.3s;
}
main.product{
	padding-bottom: 0;
}
main.product .no_padding{
	min-height: 500px;
}
main.product .chart_wrap{
	opacity: 0;
	transition: 0.2s;
	height: 100%!important;
    width: 100%!important;
    max-height: 100%;
}
main.product .show_content .chart_wrap{
	opacity: 1;
}
main.product .post_item .post_image_wrap{
	display: block!important;
	max-height: 100%;
    min-width: 100%;
}
main.product .post_item .post_image_wrap:before{
	content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(11, 15, 27, 0.2);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}
main.product .post_item .post_image_wrap .video_item_icon{
	z-index: 1;
}