body {
  background: #000;
  color: #fff;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0;
  padding: 0;
  font-family: "Helvetica Neue", serif;
  font-size: 12px;
  line-height: normal;
  list-style: none;
}
body a {
  text-decoration: none;
}
ul.nav-container {
  width: 100%;
  position: fixed;
  padding: 13px 0;
  margin: 0;
  line-height: 165%;
  text-align: center;
  z-index: 999;
  background: rgba(0,0,0,0.5);
}
ul.nav-container li {
  list-style: none;
  display: inline-block;
  float: left;
  padding: 0 13px;
}
ul.nav-container li.logo {
  float: right;
}
ul.nav-container a {
  color: #fff;
  width: 100px;
  position: relative;
  top: 0;
  font-family: "Verlag A", "verlag B", sans-serif;
  font-style: normal;
  letter-spacing: 3px;
  font-weight: 900;
}
.front-picture {
  background: -webkit-linear-gradient(top, #1a1b1d, #000);
  background-blend-mode: color-burn;
  text-align: center;
  position: relative;
  width: 100%;
  z-index: 12;
  background-size: 100%;
  list-style: none;
}
.front-picture img {
  opacity: 1;
  top: 0;
  background: transparent;
  position: relative;
  width: 35%;
  margin: 17% 0;
  padding: 74px 0;
  aspect-ratio: auto 960/540;
  text-align: center;
}
.post-thumb {
  left: 0;
  width: 47%;
  position: relative;
  text-align: center;
  float: left;
  margin: 7px;
  aspect-ratio: 16/9;
  list-style: none;
  overflow: hidden;
}
.post-thumb img {
  position: absolute;
  width: 100%;
  opacity: 1;
  transition: opacity 0.3s ease-in-out;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  margin: auto;
  z-index: 13;
}
.post-thumb .title-color {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: 0.3s;
  z-index: 14;
}
.post-thumb .title-color .color-overlay {
  background: rgba(0,0,0,0.5);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.post-thumb .title-color a {
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  padding: auto;
  font-family: "Verlag A", "verlag B", sans-serif;
  font-style: normal;
  letter-spacing: 3px;
  font-weight: 700;
  line-height: 15px;
  white-space: nowrap;
  text-transform: uppercase;
}
.post-thumb .title-color:hover {
  opacity: 1;
}
