html {
  padding: 0;
  margin: 0;
}
body {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;        
  align-items: center;
  justify-content: center;
  height: 100vh;
  background-color: #000;
  color: #bffdff;
  font-family: 'Open Sans';
  font-size: 18px;
}
  a {
    color: #fff;
    text-decoration: none;
  }
    a:hover {
      text-decoration: underline;
    }

  .beginning object {
    width: 300px;
  }  

  .clip-wrapper {
    width: 1200px;
    height: 639px;
    overflow: hidden;
    border: 2px solid #73a1b1;
    max-width: 100%;
  }      

  object {
    margin: 0;
    padding: 0;
    /*position: relative;*/
  }

  .green-text {
    color: #a8cf38;
  }

  @media only screen and (max-width: 600px) {
    .clip-wrapper {
      width: 840px;
      height: 447px;
    }
    .clip-wrapper object {
      left: -70px;
      width: 1302px; 
      height: 452px;
    }
    .beginning object {
      margin-top: 50px;
    }
    p {
      padding-left: 20px;
      padding-right: 20px;
    }
  }