.thumbnail {
text-align: center;
width: 100%;
max-height: 300px;
overflow: hidden;
margin-bottom: 20px;
position: relative;
}
.thumbnail > img {
width: 100%;
height: 300px;
object-fit: cover;
object-position: center;
display: block;
}
.thumbnail.top > img {
object-position: top;
}
.thumbnail.bottom > img {
object-position: bottom;
}
.meta {
display: inline;
}
.meta-author, .meta-date, .meta-category {
display: inline-block;
margin: 4px;
padding: 8px;
border: 1px solid #ecea71;
border-radius: 10px;
color: #12120f;
}
.meta-author, .meta-date {
font-weight: bolder;
}
.meta-author {
background-color: #b8b515;
}
.meta-date {
background-color: #ac7718;
}
.meta-category {
background-color: #f35869;
}
h1, h2, h3, h4, h5, h6 {
border-bottom: 1px solid #ecea71;
}