.bottom-post-item1 {
    width: calc(50% - 10px);
}

.editors-choice-item {
	width: calc(33% - 10px);
}

.bp1-image-container {
    height: 180px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
	position: relative;
}

.category-posts-section .bp1-image-container {
	height: 160px;
}

.bp1-img {
	width: 100%;
}

.bp1-description {
    padding-top: 10px;
}

.bp1-title {
    font-weight: 900;
    font-size: 14px;
    line-height: 1.7;
	color: #000000;
}

.bp1-desc-bottom {
    font-size: 12px;
	color: #888888;
	margin: 5px 0;
}

.bp1-desc-bottom span {
    border-right: 1px solid #999999;
    padding-right: 7px;
    margin-right: 5px;
}

.bp1-desc-bottom span:last-child {
    border-right: none;
}

.bp1-desc-bottom.ecp {
	color: #aaaaaa;
}

.bp1-content {
	font-size: 13px;
	color: #777777;
	line-height: 21px;
}

@media (max-width: 1070px) {
	.bp1-image-container {
		height: 160px;
	}
	
	.category-posts-section .bp1-image-container {
		height: 220px;
	}
}

@media (max-width: 749px) {	
	.category-posts-section .bp1-image-container {
		height: 160px;
	}
}

@media (max-width: 450px) {	
	.bp1-image-container {
		height: 200px;
	}
}

@media (max-width: 360px) {	
	.category-posts-section .bp1-image-container {
		height: 100px;
	}
	
	.bp1-image-container {
		height: 160px;
	}
}
