.header {
	position: relative;	
}
.header::before {
      content: '';
      background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0));
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
}
.news-author {
	font-size: 0.9em !important;
}

.news-date {
	font-size: 0.7em !important;
    margin-top: 5px !important;
    letter-spacing: 1.5px !important;
}

.page-id-5721 .banner-platforms p, .home .banner-platforms p {
    font-size: 2em !important;
	margin-top: 20px;
}