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

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

.osp-img {
    width: 100%;
}

.osp-description {
    padding: 15px;
    background-color: rgba(0,0,0,0.5);
    position: absolute;
    left: 0;
    top:0;
    width: 53%;
    height: 100%;
    box-sizing: border-box;
	overflow: hidden;
}

.other-special-project-item:last-child .osp-description{
	left: auto;
    right: 0;	
	display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
}

.osp-author {

}

.osp-title {
    font-weight: 600;
    font-size: 18px;
    line-height: 1.2;
    margin-bottom: 10px;
	color: #ffffff;
}

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

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

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

.osp-content {
    /*padding-top: 10px;*/
    font-size: 12px;
	line-height: 1.3;
}

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