.video__uebersicht .post-card .video-with-trailer {
  width: 100%;
  position: relative;
  aspect-ratio: 1.7777777778;
  background-color: #000;
}
.video__uebersicht .post-card .video-with-trailer .duration, .video__uebersicht .post-card .video-with-trailer .hd-video {
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  position: absolute;
  bottom: 5px;
  right: 5px;
  padding: 0.2em 0.4em;
  font-size: 0.75em;
  z-index: 20;
}
.video__uebersicht .post-card .video-with-trailer .hd-video {
  font-weight: 900;
  padding: 0px 5px;
  top: 5px;
  right: 5px;
  left: inherit;
  bottom: inherit;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.video__uebersicht .post-card .video-with-trailer .wpst-trailer {
  width: 100%;
  height: auto;
  position: relative;
}
.video__uebersicht .post-card .video-with-trailer .wpst-trailer video, .video__uebersicht .post-card .video-with-trailer .wpst-trailer div.vjs-poster {
  width: 100%;
  height: fit-content;
  aspect-ratio: 1.7777777778;
  object-fit: cover;
}
.video__uebersicht .post-card:hover .hd-video {
  background-color: var(--awb-color4);
}
