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

.edp-head {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}

.editors-choice-post-item:last-child {
    border-right: none;
}

.ecp-image-container {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    min-width: 150px;
    height: 150px;
	position: relative;
}

.ecp-img {
    height: 100%;
}

.ecp-description {
    padding: 3px 2px 3px 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.ecp-title {
    font-weight: 700;
    font-size: 16px;
    margin: 7px 0;
}



.ecp-desc-head-head {
    font-size: 12px;

}

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

.ecp-desc-head span:last-child {
    border-right: none;
}



.ecp-desc-bottom {
    font-size: 12px;
}

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

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


.ecp-content {
    font-size: 12px;
}

@media (max-width: 450px) { 
	.editors-choice-item {
		width: 100%;
	}
}
