.main-special-project-item {
    width: calc(50% - 2px);
    height: 450px;
    position: relative;
    color: #ffffff;
}

.msp-image-container {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
	position: relative;
}

.msp-img {
    height: 100%;
	object-fit: cover;
}

.msp-description {
    padding: 20px 20px;
    background-color: rgba(0,0,0,0.5);
    position: absolute;
    left: 0;
    bottom: 0;
}

.msp-author {

}

.msp-title {
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 10px;
	color: #ffffff;
}

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

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

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

.msp-content {
    /*padding-top: 10px;*/
    font-size: 12px;
}


@media (max-width: 360px) {
	.main-special-project-item {
		width: 100%;
		height: auto;
	}
}