body {
  background-color: #1c1b1c;
}

.embed-wrapper {
  display: flex;
  justify-content: center;
}

.responsive-embed {
  width: 75vw;        /* responsive width but still BIGLARGE on desktop */
  max-width: 1000px; 
  height: 900px;
  border: none;
}

/* on mobile make fill screen width mkayy? */
@media (max-width: 600px) {
  .responsive-embed {
    width: 95vw;
    height: 700px;   /* shorten??? if needed */
  }
}
