.rtLtMgsListCol3No1v1 .meMsg_MsgListBlk {
    display: flex;
    align-items: stretch;
}

.rtLtMgsListCol3No1v1 .meMsg_MsgTitle {
    position: relative;
    overflow: hidden;
    flex-grow: 1;
    transition: all .25s linear 0s;
}

.rtLtMgsListCol3No1v1 a {
    display: block;
}

.rtLtMgsListCol3No1v1  img {
    width: 100%;
}

.rtLtMgsListCol3No1v1 .meMsg_MsgTitle .meMsg_ItemTitle {
    position: absolute;
    z-index: 12;
    bottom: 3%;
    color: #fff;
    font-size: 20px;
    font-weight: bolder;
    text-align: center;
    display: block;
    width: 100%;
}

.rtLtMgsListCol3No1v1 .meMsg_MsgTitle:hover .meMsg_ItemTitle {
    /*display: none;*/
    color: #eee;
}



@media (max-width: 700px) {
.rtLtMgsListCol3No1v1 .meMsg_ItemTitle {
    position: static;
    transform: unset;
    margin-top: 5px;
}

}