#title-container {
  background-color: #2d5040;
  align-items: flex-end;
}

.title {
  color: blanchedalmond;
  font-family: "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
}

#alabaster-alligator {
  width: 180px;
}

.links li {
  padding: 36px 7px;
}

#subtitle {
  font-size: 5.25rem;
}

a {
  color: blanchedalmond;
}

#main-container {
  background-color: blanchedalmond;
}

#diagonal-line-left {
  border-bottom: 3px solid grey;
  width: 45%;
  transform: rotate(45deg);
  transform-origin: left;
}

#diagonal-line-right {
  border-bottom: 3px solid grey;
  width: 45%;
  transform: rotate(-45deg);
  transform-origin: right;
}

#tv-set {
  background-color: saddlebrown;
  min-height: 85vh;
  max-height: 115vh;
  min-width: 125vh;
  max-width: 125vh;
  border-radius: 10px;
}

#tv-screen {
  min-width: 80vh;
  max-width: 80vh;
  min-height: 65vh;
  max-height: 65vh;
  border-radius: 30px;
  font-size: 30px;
}


#previous-rec {
  visibility: hidden;
  font-size: 24px;
  color: blanchedalmond;
  background-color: #2d5040;
}

#previous-rec-container {
  background-color: #2d5040;
  display: flex;
  justify-content: center;
}

.answer-btn {
  height: 163px;
  width: 160px;
  border-radius: 50%;
}

#footer {
  background-color: #2d5040;
}

#TMDB {
  max-width: 7%;
  margin: 10px;
}

#watchmode {
  max-width: 10%;
}

#urPick {
  font-size: 5vh;
}

#synopsis {
  font-size: 15px;
}

#media-image {
  margin-top: 20px;
  box-shadow: 12px 12px 2px 1px rgba(189, 189, 191, 0.33);
  border: solid white 3px;
  width: 75%;
  height: auto;
}

#check {
  margin-top: 20px;
  font-size: 15px;
}

#moviePosters {
  max-width: 25%;
}

.table-container {
  display: flex;
  background-color: blanchedalmond;
}

#posters {
  background-color: blanchedalmond;
}

.media-container {
  position: relative;
  width: 28%;
}

#media-image {
  opacity: 1;
  display: block;
  width: 100%;
  height: auto;
  transition: 0.5s ease;
  backface-visibility: hidden;
}

.middle {
  transition: 0.5s ease;
  opacity: 0;
  position: absolute;
  transform: translate(-30%, -130%);
  text-align: center;
}

.media-container:hover .middle {
  opacity: 1;
}

.synopsis {
  background-color: black;
  color: white;
  font-size: 16px;
  padding: 16px 32px;
  width: 500px;
}

@media only screen and (min-width: 992px) {
  #title-container {
    flex-direction: row;
  }

  #tv-set {
    min-height: 73vh;
    max-height: 73vh;
    min-width: 96vh;
    max-width: 96vh;
  }

  #tv-screen {
    min-height: 54vh;
    min-width: 64vh;
    max-width: 64vh;
    max-height: 54vh;
    font-size: 28px;
  }

  .answer-btn {
    height: 100px;
    width: 95px;
    border-radius: 50%;
  }

  #urPick {
    font-size: 20px;
  }

  #check {
    font-size: 13px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  #title-container {
    flex-direction: column;
    align-items: center;
  }

  #tv-set {
    min-height: 50vh;
    min-width: 64vh;
    max-height: 50vh;
    max-width: 64vh;
  }

  #tv-screen {
    min-height: 34vh;
    min-width: 42vh;
    max-height: 34vh;
    max-width: 42vh;
    font-size: 20px;
  }

  .answer-btn {
    height: 80px;
    width: 75px;
    border-radius: 50%;
  }

  #urPick {
    font-size: 20px;
  }

  #check {
    font-size: 13px;
  }
}

@media only screen and (max-width: 576px) {
  #title-container {
    flex-direction: column;
    align-items: center;
  }

  #tv-set {
    min-height: 41vh;
    min-width: 46vh;
    max-width: 46vh;
    max-height: 41vh;
  }

  #tv-screen {
    min-height: 23vh;
    min-width: 29vh;
    max-height: 23vh;
    max-width: 29vh;
    font-size: 12px;
  }

  .answer-btn {
    height: 49px;
    width: 49px;
    border-radius: 50%;
  }

  #urPick {
    font-size: 12px;
  }

  #check {
    font-size: 10px;
    width: 241px;
  }

  #watchmode {
    max-width: 40%;
  }

  #TMDB {
    max-width: 22%;
  }
}
