/* Avoids crummy headlineimage cropping. No more heads split in halve!
 * This is archived by setting a maximal width of the picture.
 * Also centers the img on maller screens
*/ 
.headline_outer {
	background-position: center top;
    max-width: 1500px;
    margin: auto;
}

.cmsms_post_cont .wp-post-image {
  object-fit: cover;
  object-position: top;
  max-height: 154px;
}
.cmsms_post_format_img {
  visibility: hidden;
}
.headline_text{
  visibility: hidden;
}

.white {
  color: #ffffff;
  background: rgba(76, 85, 98, 0.6);
}