@charset "utf-8";
.mwb-latest-list-split.mwb-card {
	position: relative; 
}
.mwb-latest-list-split.mwb-card h3 {
	text-transform: uppercase;
	margin: 0; 
	color: #646363; 
	text-align: center; 
	letter-spacing: 10px;
}
.mwb-latest-list-split.mwb-card .body {
	padding-left: 10px; 
	padding-right: 10px; 
	padding-bottom: 30px; 
	overflow: hidden; 
}
.mwb-latest-list-split.mwb-card .body [class*="mwbs3m-"] {
	padding-right: 0; 
	padding-left: 0; 
	margin-bottom: 0; 
}
.mwb-latest-list-split .content {
	margin: 10px 10px 0 10px;
    border: 1px #dadada solid;
    padding: 5px;
    position: relative;
}
.mwb-latest-list-split .content img {
	width: 100%; 
	height: auto; 
}
.mwb-latest-list-split .content .subject {
	position: absolute;
    width: 100%;
    max-width: 100%;
    height: 30px;
    line-height: 30px; 
    display: block;
    left: 0;
    top: 50%;
    margin-top: -15px;
    padding: 0 15px;
    font-size: 16px;
    text-align: center;
}
.mwb-latest-list-split .content .subject span {
	height: 30px;
    overflow: hidden;
    display: inline-block;
    font-weight: bold; 
    color: #fff !important;
    background-color: rgba(45, 45, 45, 0.5);
    padding: 0 10px;
    border-radius: 20px;
    text-shadow: 0px 0px 3px rgb(0, 0, 0), 0px 0px 5px rgb(255, 255, 255);
    -webkit-box-shadow: 0px 0px 10px 1px #000;
    box-shadow: 0px 0px 10px 1px #000;
}
@media (max-width: 439px) {
    .mwb-latest-list-split.mwb-card .body {
        padding-right: 0; 
        padding-left: 0; 
    }
    .mwb-latest-list-split .content .subject {
        top: auto; 
        bottom: 5px; 
    }
    .mwb-latest-list-split .content .subject span {
        font-size: 14px;
        height: 20px;
        line-height: 20px; 
    }
}