.fit-cover {
  object-fit: cover;
}

@media (min-width: 1200px) {
  .diskpos {
    position: fixed;
    top: 40%;
    width: 456px;
  }
}

@media (min-width: 1200px) {
  .ytpos {
    top: -10%;
    position: absolute;
    width: 32%;
  }
}

