@import url('https://fonts.googleapis.com/css?family=Stint+Ultra+Expanded|Englebert');


#vhs {
  width: 210px;
  height: 370px;
  background-image: linear-gradient(
      to bottom,
      transparent 155px,
      #facd32 155px,
      #facd32 178px,
      #f64b0f 178px,
      #f64b0f 201px,
      #db1d20 201px,
      #db1d20 226px,
      #a3193f 226px,
      #a3193f 250px,
      #711c47 250px,
      #711c47 274px,
      transparent 274px
    ),
    linear-gradient(to top, #fdf7de 26px, #fdf7de 26px);
  border-radius: 2px;
  box-sizing: border-box;
  padding: 12px;
  padding-top: 90px;

  font-family: sans-serif;
  font-weight: bold;
  letter-spacing: -2px;
  font-size: 50px;
  line-height: 1;
  vertical-align: top;

  display: flex;
  flex-direction: column;
  justify-content: flex-start;

  box-shadow: -5px 5px 6px 0px rgba(0, 0, 0, 0.3),
    inset 2px -2px 4px 1px rgba(0, 0, 0, 0.5),
    inset -2px 2px 2px 2px rgba(255, 255, 255, 0.3);
  clip-path: polygon(-10% -10%, 100% -10%, 100% 110%, -10% 110%);
}

#dyan {
  font-style: italic;
  font-size: 18px;
  letter-spacing: -1px;
  line-height: 1;
}

#vhs:after {
  content: "";
  display: block;
  position: absolute;
  margin-top: 80px;
  margin-left: 168px;
  width: 150px;
  height: 150px;
  border-radius: 10%;
  transform: rotate(-135deg);
  box-shadow: inset -2px 2px 2px 1px rgba(0,0,0,0.3);
  background-image: linear-gradient(
    225deg,
    #c2c2c2 0,
    #c2c2c2 10px,
    #333 10px,
    #333 12px,
    #444 12px,
    #444 14px,
    #333 14px,
    #333 57px,
    #444 57px,
    grey 58px,
    #222 58px,
    #222 62px,
    transparent 62px
  );
}

#vhs:before {
  content: "SONY";
  display: block;
  position: absolute;
  margin-top: -80px;
  
  font-size: 22px;
  letter-spacing: 4px;
  font-family: 'Stint Ultra Expanded', cursive;
  text-shadow: 2px 0, 0 2px, 2px 2px;
}

img {
  margin-right: 40px;
}

#footer {
  margin-top: 152px;
}

#footer-vhs {
  border: 1px solid black;
/*   align-self: flex-start; */
  font-size: 23px;
  padding: 8px 2px 0 2px;
  font-style: normal !important;
  letter-spacing: 0;
  font-family: 'Englebert', sans-serif !important;
}

#footer-vid {
  font-size: 12px;
  letter-spacing: 0
}

#itsSony {
  font-size: 10px;
  display: block;
  position: absolute;
  margin-top: -85px;
  margin-left: 145px;
  font-weight: 300;
  letter-spacing: -1px;
  color: darkred;
  opacity: .4;
  padding-top: 43px;
  padding-right: 5px;
}

#dots {
  display: block;
  position: absolute;
  margin-top: -87px;
  margin-left: 145px;
  font-size: 12px;
  color: darkred;
}

.dot-1 {
  text-shadow: 0 5px, 0 10px, 0 15px, 0 20px, 0 25px, 0 30px, 0 35px;
}

.dot-2 {
  
}