.post-thumbnail {
	max-width: 1336px;
    margin: auto;
    width: 100%;
}

.post-thumbnail img {
    width: 100%;
    max-height: 400px;
    min-height: 130px;
    object-fit: cover;
    margin-bottom: 30px;
}