.category-main-post-item1 {
    width: 100%;
	position: relative;
}

.mp1-image-container {
    height: 400px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.mp1-video {
    height: 100%;
    width: 100%;
}



.category-main-post-item1 .video-icon-container {
    position: absolute;
    top: 40%;
    left: 48%;
    font-size: 50px;
	color: #ffffff;
}

.category-main-post-item1 .video-icon-container:hover {
    color: #4cc0f6;
}


.mp1-description {
	position: absolute;
    bottom: 10px;
    left: 15px;
    padding-right: 15px;
}

.mp1-title {
    font-weight: 600;
    font-size: 22px;
	margin: 5px 0;
	line-height: 1.7;
	color: #ffffff;
}

.mp1-desc-bottom {
    font-size: 12px;

}

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

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


@media (max-width: 1070px) {
    .mp1-image-container {
        height: 300px;
    }
}
