/* >= 1440px */
@media screen and (min-width: 1440px) {
  #einleitung .image {
    margin-right: -10vw;
    margin-bottom: 100px;
  }
}
/* >= 1600px */
/* >= 1920px */
@media screen and (min-width: 1920px) {
  #einleitung .image .video-preview {
    width: 250px;
    height: 125px;
    grid-template-columns: 125px 125px;
    bottom: 50px;
    left: 50px;
  }
  #einleitung .image .video-preview .image {
    height: 125px;
    width: 125px;
  }
  #einleitung .image .video-preview .preview-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 15px;
  }
}
