@font-face {
    font-family: seinfeld;
    src: url("Seinfeld Font-Oblique.otf");
}

body {
    margin: auto;
    background-image: url("bgpic.png");
    background-size: 1550px;
    background-repeat: no-repeat;
    overflow-y: scroll;
}

p {
    position: absolute;
    font-family: Seinfeld;
    color: #2a253b;
    font-weight: 600;
    font-size: 30px;
    right: 385px;
    top: 10px;
}

.description {
    margin-bottom: 10px;
    display: inline-block;
    position: absolute;
    top: 15px;
    font-family: seinfeld;
    font-weight: 600;
    font-size: 30px;
    color: #423a43;
    text-shadow: 1px 1px #000000;
    background-color: #5c4f62;
    border-style: solid;
    border-color: #706376;
    border-width: 15px;
    overflow-y: auto;
    width: 475px;
    height: 350px;
    right: 40px;
    margin-top: 65px;
    box-shadow: 0px 0px 55px #000000;
}

#back {
    font-family: Seinfeld;
    background: linear-gradient(#fcd81a,#c1a416);
    box-shadow: 0px 0px 30px #000000;
    width: 480px;
    position: absolute;
    right: 50px;
    bottom: 190px;
}

#back:hover {
    opacity: 70%;
}

video {
    width: 900px;
    height: 505px;
}

.vid {
    margin-top: 8px;
    margin-left: 10px;
    font-family: Seinfeld;
    background-color: #5c4f62;
    width: fit-content;
    height: fit-content;
    border-style: solid;
    border-width: 20px;
    border-color: #706376;
    box-shadow: 0px 0px 50px rgb(0, 0, 0);
}

button {
    font-family: Seinfeld;
    font-size: 20px;
    font-weight: 600;
    color: #e4021c;
    background: linear-gradient(#fcd81a,#c1a416);
    border-style: solid;
    border-radius: 35px;
    border-color: #c1a416;
    box-shadow: 0px 0px 30px #000000;
    border-width: 5px;
    text-shadow: 1px 1px black;
}

.ep {
    display: inline-block;
    position: relative;
    background-image: url("episodepic.png");
    border-style: solid;
    border-color: #4b434f;
    border-width: 15px;
    border-radius: 3px;
    width: 225px;
    height: 100px;
    box-shadow: -5px 0px 15px #000000;
}

.ep:hover {
    opacity: 70%;
}

.episodes {
    margin: 30px;
    white-space: nowrap;
    border-style: solid;
    border-width: 20px;
    border-color: #706376;
    background-color: #5c4f62;
    height: 150px;
    overflow-x: scroll;
    overflow-y: hidden;
    box-shadow: 0px 0px 50px #000000;
}

::-webkit-scrollbar {
    background-color: #514756;
    width: 15px;
}

::-webkit-scrollbar-track {
    box-shadow: inset 0 0 25px rgb(255, 191, 0);
    border-radius: 5px;
}

::-webkit-scrollbar-thumb {
    background: #b30000;
    border-radius: 5px;
}

::-webkit-scrollbar-thumb:active {
    background: #5e0a0a;
}

::selection {
    color: rgb(255, 0, 0);
    background: rgb(255, 255, 255);
}
@media screen and (min-width: 245px) and (max-width: 376px) and (orientation: portrait) {
  body {
    min-height: 100vh;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .vid {
    width: 93vw;
    max-width: 600px;
    aspect-ratio: 16 / 9;
    margin: 5px;
    font-family: seinfeld;
    background-color: #5c4f62;
    border: 10px solid #706376;
    box-shadow: 0 0 40px black;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  video {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
  }

  p {
    left: 15px;
    top: 210px;
    position: absolute;
    text-align: center;
    font-family: seinfeld;
    font-size: 22px;
    font-weight: 600;
    color: #2a253b;
    margin: 15px auto;
  }

  .description {
    position: static;
    width: 85vw;
    max-width: 600px;
    margin: 5px;
    margin-top: 30px;
    height: 190px;
    font-size: 21px;
    padding: 15px;
    font-family: seinfeld;
    background-color: #5c4f62;
    border: 10px solid #706376;
    box-shadow: 0 0 25px black;
    overflow-y: auto;
  }

  #back {
    position: static;
    display: block;
    width: 85vw;
    max-width: 600px;
    height: 40px;
    font-size: 18px;
    margin: 15px auto 30px auto;
    font-family: seinfeld;
    background: linear-gradient(#fcd81a, #c1a416);
    box-shadow: 0 0 30px #000;
    text-align: center;
  }
}

@media screen and (min-width: 380px) and (max-width: 500px) and (orientation: portrait) {
  body {
    min-height: 100vh;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .vid {
    width: 93vw;
    max-width: 600px;
    aspect-ratio: 16 / 9;
    margin: 5px;
    font-family: seinfeld;
    background-color: #5c4f62;
    border: 10px solid #706376;
    box-shadow: 0 0 40px black;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  video {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
  }

  p {
    left: 15px;
    top: 240px;
    position: absolute;
    text-align: center;
    font-family: seinfeld;
    font-size: 22px;
    font-weight: 600;
    color: #2a253b;
    margin: 15px auto;
  }

  .description {
    position: static;
    width: 85vw;
    max-width: 600px;
    margin: 5px;
    margin-top: 30px;
    height: 190px;
    font-size: 21px;
    padding: 15px;
    font-family: seinfeld;
    background-color: #5c4f62;
    border: 10px solid #706376;
    box-shadow: 0 0 25px black;
    overflow-y: auto;
  }

  #back {
    position: static;
    display: block;
    width: 85vw;
    max-width: 600px;
    height: 40px;
    font-size: 18px;
    margin: 15px auto 30px auto;
    font-family: seinfeld;
    background: linear-gradient(#fcd81a, #c1a416);
    box-shadow: 0 0 30px #000;
    text-align: center;
  }
}
@media screen and (min-width: 500px) and (max-width: 900px) and (orientation: portrait) {
  body {
    min-height: 100vh;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .vid {
    width: 90vw;
    max-width: 600px;
    aspect-ratio: 16 / 9;
    margin-left: 70px;
    font-family: seinfeld;
    background-color: #5c4f62;
    border: 10px solid #706376;
    box-shadow: 0 0 40px black;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  video {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
  }

  p {
    left: -130px;
    top: 360px;
    position: absolute;
    text-align: center;
    font-family: seinfeld;
    font-size: 22px;
    font-weight: 600;
    color: #2a253b;
    margin: 15px auto;
  }

  .description {
    position: static;
    width: 85vw;
    max-width: 600px;
    margin-left: 55px;
    margin-top: 40px;
    height: 190px;
    font-size: 21px;
    padding: 15px;
    font-family: seinfeld;
    background-color: #5c4f62;
    border: 10px solid #706376;
    box-shadow: 0 0 25px black;
    overflow-y: auto;
  }

  #back {
    position: static;
    display: block;
    width: 85vw;
    max-width: 600px;
    height: 40px;
    font-size: 18px;
    margin: 15px auto 30px auto;
    font-family: seinfeld;
    background: linear-gradient(#fcd81a, #c1a416);
    box-shadow: 0 0 30px #000;
    text-align: center;
  }
}

@media screen and (min-width: 1020px) and (max-width: 1050px) and (orientation: portrait) {
  body {
    min-height: 100vh;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .vid {
    width: 90vw;
    max-width: 900px;
    aspect-ratio: 16 / 9;
    margin-left: 52px;
    font-family: seinfeld;
    background-color: #5c4f62;
    border: 10px solid #706376;
    box-shadow: 0 0 40px black;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  video {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
  }

  p {
    left: -380px;
    top: 535px;
    position: absolute;
    text-align: center;
    font-family: seinfeld;
    font-size: 32px;
    font-weight: 600;
    color: #2a253b;
    margin: 15px auto;
  }

  .description {
    position: static;
    width: 85vw;
    max-width: 900px;
    margin-left: 50px;
    margin-top: 60px;
    height: 190px;
    font-size: 21px;
    padding: 15px;
    font-family: seinfeld;
    background-color: #5c4f62;
    border: 10px solid #706376;
    box-shadow: 0 0 25px black;
    overflow-y: auto;
  }

  #back {
    position: static;
    display: block;
    width: 85vw;
    max-width: 900px;
    height: 40px;
    font-size: 18px;
    margin: 15px auto 30px auto;
    font-family: seinfeld;
    background: linear-gradient(#fcd81a, #c1a416);
    box-shadow: 0 0 30px #000;
    text-align: center;
  }
}
@media screen and (min-width: 330px) and (max-width: 780px) and (orientation: landscape) {
  .vid {
    width: 50vw;
    max-width: 750px;
    border-width: 19px;
    margin-top: 8px;
    margin-left: 10px;
    font-family: seinfeld;
    background-color: #5c4f62;
    border-style: solid;
    border-color: #706376;
    box-shadow: 0 0 50px rgb(0,0,0);
  }

  video {
    width: 100%;
    height: auto;
  }

  .description {
    width: 28vw;
    max-width: 370px;
    height: 110px;
    font-size: 18px;
    padding: 5px;
    margin-top: 30px;
    right: 40px;
  }
  #back {           
    width: 35vw;
    max-width: 370px;
    top: 210px;
    right: 35px;
    height: 32px;
  }
  p{
    top: 0px;
    right: 160px;
    font-size: 20px;
  }
}
@media screen and (min-width: 780px) and (max-width: 950px) and (orientation: landscape) {
  .vid {
    width: 50vw;
    max-width: 750px;
    border-width: 19px;
    margin-top: 8px;
    margin-left: 10px;
    font-family: seinfeld;
    background-color: #5c4f62;
    border-style: solid;
    border-color: #706376;
    box-shadow: 0 0 50px rgb(0,0,0);
  }

  video {
    width: 100%;
    height: auto;
  }

  .description {
    width: 32vw;
    max-width: 370px;
    height: 160px;
    font-size: 23px;
    padding: 10px;
    margin-top: 30px;
  }
  #back {           
    width: 35vw;
    max-width: 370px;
    top: 270px;
    right: 50px;
    height: 35px;
  }
  p{
    top: -10px;
    right: 235px;
    font-size: 25px;
  }
}
@media screen and (min-width: 951px) and (max-width: 1200px) and (orientation: landscape) {
  .vid {
    width: 55vw;
    max-width: 750px;
    border-width: 19px;
    margin-top: 8px;
    margin-left: 10px;
    font-family: seinfeld;
    background-color: #5c4f62;
    border-style: solid;
    border-color: #706376;
    box-shadow: 0 0 50px rgb(0,0,0);
  }

  video {
    width: 100%;
    height: auto;
  }

  .description {
    width: 30vw;
    max-width: 370px;
    height: 180px;
    font-size: 23px;
    padding: 10px;
    margin-top: 30px;
    top: 55px;
  }
  #back {           
    width: 33vw;
    max-width: 370px;
    top: 335px;
    right: 50px;
    height: 35px;
  }
  p{
    top: 30px;
    right: 270px;
    font-size: 25px;
  }
}
@media screen and (min-width: 1210px) and (max-width: 1400px) and (orientation: landscape) {
  body{
    margin: 0;
    padding: 0;
    background-image: url("bgpic.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
    overflow-y: hidden;
  }
  .vid {
    width: 55vw;
    max-width: 750px;
    border-width: 19px;
    margin-top: 8px;
    margin-left: 10px;
    font-family: seinfeld;
    background-color: #5c4f62;
    border-style: solid;
    border-color: #706376;
    box-shadow: 0 0 50px rgb(0,0,0);
  }

  video {
    width: 100%;
    height: auto;
  }

  .description {
    width: 35vw;
    max-width: 400px;
    height: 220px;
    font-size: 23px;
    padding: 10px;
    margin-top: 30px;
    top: 55px;
    right: 50px;
  }
  p{
     top: 5px;
    right: 315px;
    font-size: 35px;
  }
  #back {           
    width: 35vw;
    max-width: 450px;
    top: 400px;
    right: 50px;
    height: 45px;
  }
}
