@media only screen and (max-width: 650px) { 
	.ec-post-slider-container{ 
        justify-content: center !important;
        max-width: 100%;
    }
}

@media only screen and (min-width:40.6875em) and (max-width:58.75em) { 
	.ec-post-slider-container { 
        justify-content: space-evenly !important;
        max-width: 100%;
    }
}

.ec-post-slider-container{ 
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 100%;
    overflow: hidden;
    margin-top: 35px;
	padding: 0 40px;
}



.ec-post-slider-container .ec-post-container {
    flex: 0 1 300px;
    border-radius: 15px;
    overflow: hidden;
    margin-bottom: 50px;
}

.ec-post-slider-container .ec-post-container .ec-post-img-container {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #c1c1c1;
}

.ec-post-slider-container .ec-post-container .ec-post-content {
    background-color: #e7e7e7;
    padding: 10px 20px;
}

.ec-post-slider-container .ec-post-container .ec-post-content .ec-post-read-time{
    font-size: 12px;
    color: #6e6e6e;
}
.ec-post-slider-container .ec-post-container .ec-post-content h3 {
    margin: 0;
    padding: 2px 0;
    font-size: 16px;
    color: #141b4d;
    min-height: 43px !important;
}
.ec-post-slider-container .ec-post-container .ec-post-content .ec-post-excerpt{
    font-size: 13px;
    color: #6e6e6e;
	min-height: 75px;
}

.ec-macu-posts-pagination ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
}

.ec-macu-posts-pagination ul li {
    flex: 0 0 auto;
    margin: 0 5px;
    padding: 4px;
    cursor: pointer;
}

