.random-post-wrapper{
position: relative;
overflow: hidden;
margin-bottom: 55px;
}
.random-post-wrapper>.random-post-pic {
}
.random-post-wrapper:before {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
content: "";
background-color: rgba(0, 0, 0, 0.30);
}
.random-post-wrapper>.random-post-pic img {
width: 100%;
height: 250px;
}
.random-post-wrapper>.random-post-data {
position: absolute;
bottom: 20px;
left: 0;
right: 0;
padding: 0 18px;
}
.random-post-wrapper>.random-post-data>.title>a {
font-size: 25px;
line-height: 35px;
font-weight: 500;
color: #ffffff;
padding-bottom: 15px;
}
.random-post-wrapper>.random-post-data>.random-post-excerpt>a {
font-size: 15px;
line-height: 28px;
color: #DCE3EB;
margin-bottom: 0;
}