body {
  margin: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* background: #282c34; */
  background: #97090e;
}
*, body {
  font-family: "Noto Sans", sans-serif
}
.title-font {
  font-family: "Big Noodle", Arial, serif
}
@font-face {
  font-family: "Big Noodle";
  src: local("Big Noodle"), url(/static/media/big_noodle_titling.ff78c5e2.ttf) format("opentype")
}
.colorbody {
	margin-left: 10%;
	margin-right: 10%;
}
#review-pod {
	padding: 20px;
}
#review-plot {
	font-weight: bold;
	font-size: 1.1em;
}
tbody {
	color: black;
}
.genre {
	color: black;
	text-decoration: underline;
}
.just-watch {
	color: tan;
	font-weight: bold;
}
.sort-btn {
	height: 30px;
}
.reset-btn {
	height: 40px;
}
.sort-header {
	display: block;
	font-size: 1.1em;
	margin: 0;
}
.select-choice-1 {
	width: 100%;
}
#filter-panel {
  margin-left: auto;
  margin-right: auto;
}
.sorting-icons {
	display: flex;
	align-items: center;
	margin: 4px;
}
.my-navigation div {
  display: inline-block
}
.my-navigation {
  text-align: center
}
.nav-wrap {
  padding-top: .5em;
  margin: 0 auto
}
.simple-pagination-page-numbers a {
  width: 2rem;
  padding: .5em;
  text-align: center
}
.simple-pagination-previous, .simple-pagination-next {
  padding-bottom: .5em
}
.button-color {
  color: #f5e990;
  padding-left: 10px;
  padding-right: 10px;
}
.clearable input::-ms-clear { /* Remove IE default X */
  display: none;
}
.clearable__clear {
  display: none;
  position: absolute;
  right: 0;
  top: 0;
  padding: 0 8px;
  font-style: normal;
  font-size: 1.2em;
  user-select: none;
  cursor: pointer;
}
.sorting-buttons {
  height: 50px;
}
.center-align {
  align-items: center;
  display: flex;
}
.haylie-rank, .matt-rank {
  display: flex;
  align-items: center;
  margin: 0;
}
.academy-info {
  display: none;
}
.haylie-rank, .haylie-score, .haylie-title {
  display: none;
}
.studio, .keywords, .franchise, .awards, .director, .actors {
  display: none;
}
.matt-detail, .haylie-detail, .winner-detail, .nominee-detail, .ormp-detail, .gbg-detail {
  display: none;
}
.td-movie-poster {
  width: 240px;
}
#episode-list {
  justify-content: center;
  display: inline-flex;
  flex-wrap: wrap;
  margin: auto;
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
#topbar .nav-tabs {
  position: absolute;
  bottom: 0;
  width: 50%;
  border-bottom: 0;
}
.footer-img {
  width: 300px;
}
.header-image {
  display: inline-block;
  float: left;
}
.footer-image {
  display: flex;
}
.about-us-story {
  color: white;
  font-weight: bold;
  padding-right: 100px;
  padding-left: 100px;
}
.fixed-header {
  padding-right: 16px;
  padding-left: 16px;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  align-items: center;
  background-color: #2a2a2a;
  box-shadow: inset 0 -1px 0 0 rgba(255, 255, 255, 0.08);
  display: flex;
  height: 56px;
  justify-content: space-between;
  z-index: 100;
}
.fixed-header {
  height: 64px;
}
.fixed-header-hamburger {
  height: 32px;
  width: 32px;
  background-color: rgba(255, 255, 255, 0.05);
  border-radius: 2px;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 4px 6px;
}
.fixed-header-hamburger span {
  background-color: #fff;
  display: block;
  flex: 0 0 2px;
  margin: 2px 0;
}
.fixed-header-logo {
  height: 32px;
  width: 32px;
  background-color: rgba(0, 0, 0, 0.05);
  display: block;
}
.fixed-header-logo {
  height: 40px;
  width: 40px;
}
.fixed-header-logo img {
  border-radius: 2px;
  width: 100%;
}
.fixed-header-nav a {
  color: #fff;
}
.fixed-header-nav li {
  font-size: 14px;
  line-height: 16px;
}
.fixed-header-nav li + li {
  margin-left: 24px;
}
.movie {
  width: 110px;
  padding: 0;
  margin: .9em .4em;
  background: #f4f6f7;
  border-radius: 0 0 6px 6px;
  box-shadow: 0 2px 8px 3px #000;
  position: relative
}
body .pd_player_wrapper {
  height: 120px;
  padding: 0px;
  box-shadow: none !important;
  width: 600px;
}
.infinite-scroll-component__outerdiv {
  width: 100%
}
.movie-link {
  text-decoration: none;
  color: #000 !important;
}
.apple-spotify {
  height: 50px;
}
.movie-poster {
  width: 100%;
  height: 150px
}
.info {
  height: 125px;
  width: 120px;
  display: flex;
  flex-direction: column;
}
.info-review {
  display: flex;
  align-items: center;
  margin: 0;
  font-size: .78em;
  justify-content: flex-start;
  padding: 0 4px;
}
.rank-type-icon {
  font-size: .78em;
  height: 22px;
  margin: 0 4px 0 0
}
.butter {
  height: 22px;
  margin-left: auto
}
.see-all {
  color: white;
}
.movie-title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 1.5em;
  height: 3em;
  padding: 0 .8em;
  align-self: flex-start;
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: .7rem;
  margin-bottom: .3em;
}
.year {
  padding: 0 1em;
  align-self: flex-start;
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: .6em;
  margin-bottom: .3em;
}
.movie-accolades {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-left: 5px;
  margin-top: auto;
  margin-bottom: .3em
}
.movie-accolades > img {
  /* margin-right: 5px; */
  height: 20px;
}
.movie-rank {
  font-size: .76em;
  margin: 0 0 0 auto;
  /* padding-right: 2px */
}
.movie-icons {
  display: flex;
  position: absolute;
  background: rgba(39, 43, 51, .5);
  width: 25px;
  height: 40px;
  border-radius: 12px;
  flex-direction: column;
  align-items: center;
  padding: 4px;
  top: 2px;
  left: 75px
}
.movie-icon {
  opacity: .8;
  color: #f4f6f7;
  margin: 2px 0;
  cursor: pointer
}
.watch-active {
  opacity: 1;
  color: #f5e990
}
.seen-active {
  opacity: 1;
  color: tomato
}
#list-break {
  width: 60%
}
#list-pagination {
  width: 98vw;
  /* max-width: 900px; */
  display: flex;
  justify-content: center;
  align-items: center
}
.pagination-buttons {
  margin: 1.2em 0
}
.pagination-arrows {
  margin-bottom: 5em
}
#list-pagination button {
  cursor: pointer;
  background: #282c34;
  color: #f5e990;
  border: 1px solid #f5e990;
  border-radius: 6px;
  width: auto;
}
.pagination-buttons button {
  margin: 0 .5em;
  font-size: 1em;
  width: 50px;
  padding: 6px 0;
  text-align: center;
  line-height: normal
}
.pagination-arrows button {
  margin: 0 4px;
  font-size: 1.2em;
  padding: 6px;
  text-align: center;
  width: 100px;
  display: flex;
  justify-content: center;
  align-items: center
}
.pagination-arrows svg {
  margin-top: 2px
}
#list-pagination .current, #list-pagination button:hover {
  color: #282c34;
  background: #f5e990
}
:focus {
  outline: none
}
#root {
  width: 100%
}
#header {
  justify-content: space-between;
  background-color: #1e2127;
  padding: 0 15px 0 8px
}
#header, #header-logo {
  display: flex;
  align-items: center
}
#header-logo {
  flex-direction: column;
  margin: 10px 0
}
#header #logo {
  width: 150px;
  margin: 10px 0
}
#header-logo > h1 {
  color: #fef8d6;
  font-size: .75em;
  margin: 0
}
#header .img-button {
  width: 150px;
  margin: 0
}
#header > button {
  background-color: #1e2127;
  border: none
}
.header-icon {
  color: #f5e990
}
.header-menu {
  background-color: #1e2127;
  margin: 0;
  height: 120px;
  display: flex;
  flex-direction: column;
  align-items: center
}
.header-menu button {
  width: 100%;
  background: #1e2127;
  border: none;
  color: #fff;
  display: flex;
  font-size: 1.3em
}
.header-menu button:nth-child(2) {
  margin: 10px 0
}
.header-menu span {
  width: 80px
}
.header-men-active, .header-men-enter {
  transition: height .3s ease;
  -webkit-transition: height .3s ease
}
.header-men-exit {
  opacity: 0
}
.header-men-exit, .header-men-exit-active {
  height: 0;
  transition: height .3s ease;
  -webkit-transition: height .3s ease
}
#content {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 3em;
}
.filter-buttons {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 1em;
}
.infinitescroll {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 1em
}
.infinitescroll::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 0;
  height: 0
}
#send-top {
  position: fixed;
  bottom: 40px;
  right: 40px;
  z-index: 99;
  font-size: 18px;
  outline: none;
  cursor: pointer;
  background: #f5e990;
  border: 2px solid #282c34;
  border-radius: 10px;
  padding: 10px;
  width: 100px;
  font-size: 1.8em;
  letter-spacing: 1px;
  color: #643c11
}
#send-top:hover {
  background: #dec630
}
#logo {
  margin-top: 1em;
  width: 100%;
  max-width: 470px;
  cursor: pointer
}
#content > h1 {
  color: #fef8d6;
  letter-spacing: 1px;
  margin: .5em 0 .2em;
  text-align: center;
  font-size: 1.4em
}
#content > h6 {
  color: tomato;
  margin: 0 0 .5em
}
#to-random {
  width: 70%;
  margin: .45em 0 0;
  border-radius: 12px;
  border: 2px solid #282c34;
  max-width: 250px
}
.img-button:hover {
  opacity: .8;
  cursor: pointer
}
#content > h3 {
  color: #fcfcfc;
  margin: 1em 0;
  font-size: .74em;
  text-align: center
}
#search {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 80%;
  padding: 0 .5em;
  max-width: 470px
}
#search-input {
  margin: 1em;
  background: #fff;
  padding: 10px;
  border-radius: 10px;
  border: 2px solid #ccc;
  display: grid;
  grid-template-columns: 90% 10%;
  justify-items: center;
  align-items: center;
}
#search-input > input {
  width: 100%;
  font-size: 1.17em;
  border: none;
  height: 28px
}
#search-input > input::-webkit-input-placeholder {
  font-size: .95em;
  color: #d3d3d3
}
#search-input > input:-ms-input-placeholder {
  font-size: .95em;
  color: #d3d3d3
}
#search-input > input::-ms-input-placeholder {
  font-size: .95em;
  color: #d3d3d3
}
#search-input > input::placeholder {
  font-size: .95em;
  color: #d3d3d3
}
#clearSearch {
  cursor: pointer
}
#filters-applied {
  text-align: center;
  color: #fff;
  margin: 0 0 1em;
  font-size: .9em;
  padding: 0 10px
}
#filters-applied > span {
  color: #f5e990
}
#filters-applied-total {
  text-align: center;
  color: #fff;
  margin: 0 0 1em;
  padding: 5px
}
#filters-applied-total > span {
  color: #f5e990
}
#loading {
  display: flex;
  background: none;
  justify-content: center;
  border: none;
  width: 100%
}
#empty {
  color: #fff
}
#glossary-content {
  display: flex;
  flex-direction: column;
  color: #f5e990;
  align-items: center;
  font-size: 1.2em;
  letter-spacing: .8px
}
.glossary-title {
  font-size: 1.3em;
  margin: 0
}
.ranking-title {
  font-size: 1.3em;
  margin: 0;
  color: #f5e990;
}
#glossary-top > h2:first-child {
  margin-right: 5px
}
#glossary-detail {
  color: #fff;
  font-size: .75em;
  margin: .5em 0 0;
  text-align: center
}
.glossary-detail, .matt-detail, .haylie-detail, .winner-detail, .nominee-detail, .ormp-detail, .gbg-detail {
  color: #fff;
  font-size: .75em;
  margin: .5em 0 0;
  text-align: center
}
#glossary-icons {
  display: flex;
  justify-content: center;
  margin-bottom: .5em;
  flex-wrap: wrap
}
.glossary-img {
  height: 33px
}
.glossary-icon, .glossary-img {
  margin: 4px;
  border: 2px solid #282c34;
  border-radius: 50%
}
.glossary-icon {
  color: #ecbf08
}
.glossary-selected {
  border: 2px solid #f5e990
}
.landing-label {
  display: flex;
  align-items: center;
  margin: 0;
  padding-top: 10px;
}
.landing-title {
  margin: 0 .5em 0 .8em;
  color: #f5e990;
  font-size: 1.4em;
  letter-spacing: .9px
}
.GBG-landing-title {
  margin: 0 .5em 0 .8em;
  color: #f5e990;
  font-size: 1.4em;
  letter-spacing: .9px
}
.landing-toList {
  margin: 0 0 .1em;
  color: #fff;
  font-size: 1.1em;
  cursor: pointer
}
.landing-toList:hover, .toList-icon {
  color: #f5e990
}
.landing-container {
  display: flex;
  flex-direction: column;
  width: 98%;
  margin: .5em 0;
  overflow: auto
}
.landing-container:last-of-type {
  margin-bottom: 2em
}
.landing-container > img {
  width: 95%;
  align-self: center;
  margin: 1em 0 .5em
}
.landing-weekly {
  align-self: center;
  margin: .5em 0 1em;
  color: #fff
}
.landing-container > hr {
  width: 90%;
  border-color: #ccc;
  margin: 1em 0 2em;
  align-self: center
}
/** .landing-list {
  margin: 0 1%;
  padding: 0 1%;
  display: flex;
  overflow: auto
} **/
.landing-list:after {
  content: "t";
  color: #282c34
}
.landing-list .movie {
  min-width: 110px
}
.landing-list::-webkit-scrollbar {
  margin-left: 1em;
  width: .5em;
  height: .5em
}
.landing-list::-webkit-scrollbar-thumb {
  background-color: hsla(0, 0%, 100%, .1);
  border-radius: 3px
}
.landing-list::-webkit-scrollbar-thumb:hover {
  background: #f5e990
}
#footer {
  /* display: flex; */
  flex-direction: column;
  align-items: center;
  width: 100%;
  /* background-color: #2a2a2a; */
  padding-top: 20px;
  padding-bottom: 20px;
}
#landing-credit {
  order: 2;
  color: #fff;
  width: 330px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-bottom: 2em;
  justify-items: center;
  align-items: center
}
#landing-credit > h4 {
  grid-column: 1/4;
  text-align: center
}
#landing-credit img {
  width: 140px
}
#landing-omdb {
  border-radius: 8px
}
#footer-podcast {
  margin: 1em 0 0;
  width: 90%;
  max-width: 350px
}
.pod-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 5px
}
#footer-podcast > img, #footer-podcast a > img {
  max-width: 100%;
  border-radius: 10px
}
#footer-podcast > img {
  grid-column: 1/3
}
#filter-show {
  background: #f4f6f7;
  border: 2px solid #ccc;
  padding: 8px;
  border-radius: 12px;
  font-size: 1em;
  cursor: pointer
}
#filter-show:hover {
  background: #e5e7e8
}
#filter-hide {
  background: #f4f6f7;
  border: 2px solid #ccc;
  padding: 8px;
  border-radius: 12px;
  font-size: 1em;
  cursor: pointer
}
#filter-hide:hover {
  background: #e5e7e8
}
#filter-panel {
  width: 75%;
  border-radius: 10px;
  padding: 10px;
  background: #f4f6f7;
  display: flex;
  flex-direction: column;
  margin-bottom: 1em
}
#filter-buttons {
  display: flex;
  justify-content: space-evenly
}
#filter-apply, #filter-reset {
  margin-bottom: 10px;
  background: #f4f6f7;
  border: 2px solid #282c34;
  padding: 10px;
  border-radius: 12px;
  font-size: .9em;
  box-shadow: 0 0 1px 0 #000;
  width: 40%;
  cursor: pointer
}
#filter-apply:hover, #filter-reset:hover {
  background: #e5e7e8;
  box-shadow: 0 0 3px 0 #000
}
.filter-select {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 2px
}
.filter-select > label {
  font-size: 1em;
  padding-left: 5px;
  margin-bottom: .2em
}
.sort {
  width: 100%;
  margin-bottom: .2em
}
.bold {
  font-weight: 600
}
.filter-flex {
  display: flex;
  align-items: center
}
.filter-flex > img {
  width: 26px;
  margin-left: 4px
}
.placeholder-flex > img {
  opacity: .5
}
.css-1rhbuit-multiValue img {
  width: 20px
}
.sort > .css-26l3qy-menu {
  z-index: 3
}
#reviewPage {
  display: flex;
  flex-direction: column;
  align-items: center
}
.reviewPage-loading {
  margin: 10em;
  width: 50%
}
#review-navbar {
  display: flex;
  justify-content: center;
  width: 100vw
}
#navbar-content {
  display: flex;
  width: 100vw;
  justify-content: space-between;
  margin-top: .5em;
  padding: 5px 10px
}
#nav-back, #nav-home {
  height: 34px;
  margin: 0 .5em
}
#reviewPage-title {
  color: #fff;
  text-align: center;
  font-size: 1.2em;
  margin: .5em 0;
  padding: 0 8px
}
#review-rank {
  color: #f5e990;
  text-align: center;
  margin: 0 0 .8em;
  font-size: 1.75em;
  letter-spacing: 1px
}
#review-poster {
  box-shadow: 0 0 11px 3px #000;
  width: 300px;
  max-width: 300px;
  margin-top: .5em
}
#review-card {
  width: 100%;
  color: #fff;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  align-items: center
}
#review-total {
  display: grid;
  grid-template-columns: 1fr 1fr;
  width: 100%;
  margin: 0 0 1em;
  max-width: 480px
}
.score-row {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: .5em 0;
  color: #f5e990
}
.score-holiday {
  color: #9ce38b
}
.score-holiday span {
  color: tomato
}
.score-row > h1 {
  margin: .3em 0
}
.score-row > h1:last-of-type {
  margin-bottom: 0
}
.score-icon, .score-img {
  height: 70px
}
#review-userInteractions-text {
  margin: .5em 0;
  font-size: .8em
}
#review-userInteractions {
  margin: 0 0 1em;
  width: 100vw;
  display: flex;
  justify-content: center
}
#review-userInteractions button {
  background: hsla(0, 0%, 50.2%, .6);
  border: none;
  border-radius: 8px;
  color: #f4f6f7;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.7em;
  margin: 0 12px;
  padding: 5px 10px
}
#review-userInteractions .active, #review-userInteractions .active > svg {
  color: #6cea4a
}
#review-userInteractions svg {
  margin-right: 10px;
  color: #fff
}
#review-plot {
  margin: 0 0 .5em;
  font-size: 1em;
  align-self: flex-start;
  padding: 0 1em
}
.review-detail {
  color: #f5e990;
  font-size: 1.4em;
  letter-spacing: 1px;
  align-self: flex-start;
  margin: .5em 1em .5em 1.5em
}
.review-people {
  font-size: 1.2em;
  color: #fff;
  align-self: flex-start;
  margin: 0 1em .8em;
  font-weight: bold;
}
#matt-review {
  font-size: 1em;
  color: #fff;
  align-self: flex-start;
  margin: 0 1em .8em;
  font-style: italic;
}
#review-director {
  text-decoration: underline;
  cursor: pointer
}
#review-awards {
  width: 95%
}
#review-awards > ul:first-of-type {
  margin-bottom: 1em
}
#review-awards > .review-people {
  margin-bottom: 0
}
.awards-list {
  margin: .5em 0 .7em
}
.awards-list > li {
  margin: .25em 0
}
#review-streaming {
  margin-top: 1em;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100vw
}
#streaming-title {
  color: #f5e990;
  font-size: 1.5em;
  letter-spacing: 1px;
  text-align: center;
  margin: 0
}
#review-streaming > div {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 350px
}
#review-streaming > p {
  color: #fff;
  margin: 0 0 .5em;
  font-size: 1em
}
#review-streaming > h2 {
  margin-top: 0;
  font-size: 1.17em;
  text-align: center
}
#review-streaming > hr {
  border-color: #fff;
  width: 50%;
  margin-bottom: 10px
}
.provider {
  width: 60px;
 height: 60px;
  margin: 5px;
}
#review-trailer-wrapper {
  margin-top: 10px;
  width: 95%;
  height: 270px;
  float: left;
}
.react-player {
  box-shadow: 0 0 12px 3px #000;
  max-height: 220px
}
#review-other-scores {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 90%;
  margin-top: .5em
}
#review-other-scores > h3 {
  margin-right: auto
}
#review-other-scores > span {
  display: flex;
  font-size: 2.4em;
  color: #f5e990;
  align-items: center;
  margin: 0;
  width: 255px;
  height: 70px
}
#review-other-scores a {
  width: 158px;
  display: flex;
  cursor: pointer
}
#review-other-scores p {
  margin: 0
}
#review-other-scores img {
  width: 150px;
  height: 70px
}
#review-info {
  padding: 10px;
  margin: 1em 0;
  width: 90%;
  box-shadow: 0 2px 8px 3px #000;
  border-radius: 10px;
  max-width: 350px
}
#review-info td {
  padding: 5px
}
.review-info-button {
  padding: 0;
  text-align: start;
  background: inherit;
  font-size: inherit;
  border: none;
  margin-right: 4px
}
#review-info, #review-info td {
  border: 1px solid #000;
  border-collapse: collapse
}
#review-info tr {
  border-radius: 10px 10px 0 0
}
#review-info tr:nth-child(odd) {
  background-color: #f4f6f7
}
#review-info tr:nth-child(2n) {
  background-color: #e5e7e8
}
.search-icon {
  text-decoration: underline;
  cursor: pointer
}
#butter-row {
  border: none;
  display: flex;
  align-items: center
}
#butter-row > img {
  width: 20px;
  margin-left: 5px
}
#max-w {
  margin: 1em 0;
  width: 92vw;
  justify-self: end;
  grid-row: 6/7
}
#review-pod > img, #review-pod a > img {
  width: 100%;
  border-radius: 10px
}
#review-pod > img {
  grid-column: 1/3
}
#review-similar > .review-detail {
  margin-top: 0;
  margin-bottom: 0
}
.random > #logo {
  max-width: 320px
}
.random-select {
  width: 80%;
  margin: .5em;
  max-width: 305px;
  font-size: .95em
}
.random-select > label {
  font-size: 1.1em;
  color: #f5e990;
  font-weight: 600
}
.random-label > span {
  color: #fff
}
.random-select .css-1wa3eu0-placeholder {
  color: #000;
  font-size: 1.1em;
  font-weight: 600
}
.random > h2 {
  margin: .75em 0 .4em;
  font-size: 1.2em;
  color: #fff;
  text-align: center
}
.random > h2 span {
  color: #f5e990
}
#random-error {
  margin: .5em;
  color: tomato;
  text-align: center
}
#random-content #review-streaming {
  grid-column: 1/3;
  color: #fff
}
#random-content hr {
  max-width: 375px
}
#random-range {
  margin-top: 1.2em;
  width: 100%
}
#filter-range {
  margin: 13px 0;
  width: 100%;
  background-color: #f5e990
}
.range {
  -webkit-appearance: none;
  height: 8px;
  outline: none;
  border-radius: 12px
}
.range::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 54px;
  height: 54px;
  appearance: none;
  background: url(/static/media/slider.3cab98c3.png);
  cursor: pointer;
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
  border: none;
  border-radius: 50%
}
.range::-moz-range-thumb {
  width: 54px;
  height: 54px;
  background: url(/static/media/slider.3cab98c3.png);
  cursor: pointer;
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
  border: none;
  border-radius: 50%
}
.double-range {
  margin-top: 10em;
  margin-bottom: 13px;
  width: 100%;
  position: relative
}
.filter-select > .double-range {
  margin: 13px 0 20px
}
.double-range input[type=range] {
  -webkit-appearance: none;
  height: 8px;
  position: absolute;
  width: 100%;
  border-radius: 12px;
  outline: none;
  background: #fff
}
#filter-panel .double-range input[type=range] {
  background: #f5e990;
  margin: 0
}
.double-range input[type=range]:focus::-ms-fill-lower, .double-range input[type=range]:focus::-ms-fill-upper, .double-range input[type=range]:focus::-webkit-slider-runnable-track {
  background: #fff;
  border-radius: 10px
}
.double-range input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 8px;
  cursor: pointer;
  border: 0
}
.double-range input[type=range]::-webkit-slider-thumb {
  z-index: 1;
  position: relative;
  height: 34px;
  width: 34px;
  -webkit-appearance: none;
  margin-top: -13px;
  background: url(/static/media/left.5515ef86.png);
  cursor: pointer;
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
  border: none
}
.double-range input[type=range]:first-of-type::-webkit-slider-thumb {
  background: url(/static/media/right.b35dfe8b.png);
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat
}
#randomize {
  margin: .75em 0 2em;
  border: 2px solid #282c34;
  padding: 6px;
  border-radius: 8px;
  font-size: .9em;
  box-shadow: 0 0 1px 0 #000;
  width: 38%;
  cursor: pointer;
  font-size: 1.9em;
  letter-spacing: 1px;
  max-width: 150px
}
.random-loading {
  margin: 1em
}
#random-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  justify-items: center;
  grid-gap: 10px;
  margin: 0 1em 3em
}
#random-info {
  width: 96vw;
  font-size: .7em;
  margin: 1em 0 0
}
#random-info, #random-title {
  color: #fff;
  grid-column: 1/3;
  text-align: center
}
#random-title {
  margin: 0 0 .2em;
  padding: 0 6px;
  font-size: 1.4em
}
#random-poster {
  box-shadow: 0 0 11px 3px #000;
  max-width: 180px;
  cursor: pointer;
  grid-column: 1/3;
  margin-bottom: .4em
}
#random-choice {
  display: flex;
  justify-content: center;
  margin-bottom: 2em;
  width: 400px
}
#random-total {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-column: 1/3;
  width: 100%;
  max-width: 480px;
  font-size: .9em
}
#random-btn-row {
  margin-top: 1em;
  grid-column: 1/3
}
.random-nav {
  margin: .2em;
  border: 2px solid #282c34;
  padding: 6px 10px;
  border-radius: 12px;
  box-shadow: 0 0 1px 0 #000;
  cursor: pointer;
  font-size: 1.6em;
  font-weight: 500;
  letter-spacing: 1px
}
.random-btn:hover {
  background: #ecbf08;
  box-shadow: 0 0 3px 0 #000
}
.random-nav:first-of-type {
  justify-self: end
}
.random-nav:last-of-type {
  justify-self: start
}
#random-total > .score-row, #random-total > .score-row > h1:first-of-type {
  margin-top: 0
}
.random-btn {
  background: #f5e990;
  color: #643c11
}
.user-access-loader {
  margin-top: 25%;
  align-self: center
}
.user-access, .user-form {
  display: flex;
  flex-direction: column;
  align-items: center
}
.user-form {
  justify-self: center;
  width: 70%;
  padding: 1em
}
.user-access > h4 {
  text-align: center;
  color: #fff
}
.user-access > a > svg {
  margin-left: 5px
}
.user-access > h3 {
  color: #f5e990
}
.user-access > p {
  color: tomato;
  margin: 0 0 10px;
  font-size: .8em;
  text-align: center;
  max-width: 350px
}
.user-form > label {
  font-size: .75em;
  color: #ccc;
  display: flex;
  flex-direction: column;
  width: 270px;
  cursor: text
}
.user-form > label > input {
  margin: .2em 0 1em;
  border: none;
  border-bottom: 1px solid #ccc;
  padding-top: .25em;
  padding-bottom: .25em;
  font-size: 1.2em;
  background: #282c34;
  border-radius: 0;
  color: #fff
}
.user-form > label:focus-within {
  color: #f5e990
}
.user-form > label:focus-within > input {
  border-color: #f5e990;
  outline: none
}
.user-form p {
  margin: -.8em .1em 2em;
  font-size: .9em;
  color: #ccc;
  align-self: flex-start
}
.register-icon {
  color: #f5e990;
  margin-right: 2px
}
.user-form > button {
  border-radius: 6px;
  padding: .3em;
  font-size: 1.6em;
  width: 165px;
  border: none;
  background: #f5e990;
  color: #643c11;
  cursor: pointer
}
#login-form > button {
  border-radius: 6px;
  padding: .3em;
  font-size: 1.7em;
  width: 110px
}
.user-form > button:hover {
  background: #ecbf08
}
.user-form > h5 {
  align-self: center;
  font-size: .8em;
  color: #fff
}
.user-access a {
  color: #f5e990;
  text-decoration: none;
  cursor: pointer
}
.user-access a:hover {
  text-decoration: underline
}
.user-profile {
  max-width: 900px;
  display: flex;
  flex-direction: column;
  padding: 1em 2em;
  color: #fff
}
.user-profile > h1 {
  align-self: center
}
#userLists {
  flex-direction: column;
  align-items: center;
  padding: 1em 0
}
#userLists, .userLists-tab {
  display: flex
}
.userLists-tab button {
  background: #282c34;
  color: #f5e990;
  border: 1px solid #f5e990;
  border-radius: 6px;
  margin: 0 4px;
  font-size: 1.2em;
  padding: 6px;
  text-align: center;
  width: 100px;
  display: flex;
  justify-content: center;
  align-items: center
}
.userLists-tab .active {
  color: #282c34;
  background: #f5e990
}
p {
  font: #f5e990;
}
a:link {
  text-decoration: none;
  color: #f5e990;
}
.element2 {
  padding: 45px;
}
.landing-list {
  margin: 0 1%;
  padding: 0 5%;
  display: flex;
  overflow: auto;
}
.home-icons {
  height: 50px;
}
.search-bar {
  /*  padding-left: 30px; */
}
.landing-list:after {
  content: "t";
  /**   color: #282c34; **/
}
.landing-list::-webkit-scrollbar {
  margin-left: 1em;
  width: .5em;
  height: .5em;
  overflow: auto;
  white-space: nowrap;
}
.landing-list::-webkit-scrollbar-thumb {
  background-color: hsla(0, 0%, 100%, .1);
  border-radius: 3px;
}
.info-review {
  display: flex;
  align-items: center;
}
.movie-title {
  font-size: .75em;
}
.oscar-icon {
  height: 30px;
}
.podcast {
  height: 20px;
  float: right;
  /* padding-left: 25px; */
  /* padding-top: 3px; */
}
.titlecard {
  display: inline-block;
  height: 135px;
  width: 240px;
}
.header_area .navbar {
  background: #530608;
  padding: 0px;
  border: 0px;
  border-radius: 0px;
}
article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}
.academy-voting-info {
  height: 100px;
  display: flex;
  flex-direction: column;
  width: 240px;
}
.academy-text {
  color: #f5e990;
  font-weight: bold;
  padding-left: 20px;
}
.hero-text {
  color: #f5e990;
  font-weight: bold;
  padding-left: 20px;
}
.top-text {
  color: #f5e990;
  font-weight: bold;
  padding-left: 20px;
  font-size: 1.17em;
}
.see-all {
  color: #f5e990;
  font-weight: bold;
  font-size: .80em;
}
.movie-poster {
  height: 180px;
}
.reel-justice {
  float: left;
}
.podcast-listing {
  display: inline-block;
}
.episode-title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 1.5em;
  height: 3em;
  /* padding: 0 .8em; */
  /* align-self: flex-start; */
  text-align: center;
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: .8rem;
  font-weight: bold;
}
.podcast-episode {
  width: 240px;
  padding: 0;
  margin: .9em;
  background: #f4f6f7;
  border-radius: 0 0 6px 6px;
  box-shadow: 0 2px 8px 3px #000;
}
.episode-topic {
  /* display: flex; */
  justify-content: flex-start;
  align-items: center;
  padding: 0 14px;
  margin-top: auto;
  margin-bottom: .3em;
}
.podcast-info {
  height: 110px;
  display: flex;
  flex-direction: column;
  width: 240px;
}
.glossary-list {
  margin: 8px;
  border: 2px solid #282c34;
  border-radius: 50%;
}
.glossary-list-active {
  margin: 8px;
  border: 2px solid #f5e990;
  border-radius: 50%;
}
.movie-year {
  float: right;
  padding-left: 100px;
}
.reeljustice-box {
  width: 235px;
  padding: 0;
  margin: .9em;
  background: #f4f6f7;
  border-radius: 0 0 6px 6px;
  box-shadow: 0 2px 8px 3px #000;
}
.reeljustice-poll {
  text-align: center;
  width: 260px;
  font-size: .85em;
  color: white;
  font-weight: bold;
  padding-bottom: 25px;
}
.versus {
  height: 31px;
  padding-bottom: 55px;
}
.reeljustice {
  display: inline-block;
}
.reeljustice-poster {
  height: 153px;
}
.podcast {
  display: inline-block;
  height: 180px;
}
.episode-page-posters {
  display: inline-block;
  height: 300px;
  float: right;
}
.three-podcast {
  display: inline-block;
  height: 115px;
  padding-top: 30px;
  padding-bottom: 31px;
}
.three-poster-page {
  display: inline-block;
  height: 200px;
  padding-bottom: 31px;
  float: right;
}
.person {
  height: 30px;
  padding: 4px;
}
.ormp-logo {
  padding-top: 25px;
  height: 200px;
}
.header-logo-desktop {
  padding-top: 50px;
  height: 300px;
}
.header-logo-mobile {
  padding-top: 75px;
  height: 200px;
  display: none;
}
.landing-credit {
  align-content: center;
}
user agent stylesheet div {
  display: block;
}
@media screen and (max-width:370px) {
  #content > h1 {
    font-size: 1.3em
  }
  #content > h3 {
    font-size: .65em
  }
  #search-input > input::-webkit-input-placeholder {
    font-size: .81em
  }
  #search-input > input:-ms-input-placeholder {
    font-size: .81em
  }
  #search-input > input::-ms-input-placeholder {
    font-size: .81em
  }
  #search-input > input::placeholder {
    font-size: .81em
  }
  #to-random {
    width: 100%
  }
  #random-info {
    font-size: .6em
  }
  #random-title {
    font-size: 1.5em
  }
  #random-total {
    font-size: 1.3em
  }
  .glossary-title {
    font-size: 1.17em
  }
  .ranking-title {
    font-size: 1.17em
  }
  #glossary-detail {
    font-size: .65em
  }
  .glossary-img {
    height: 25px
  }
  .landing-title {
    font-size: 1.15em;
    letter-spacing: 1px
  }
  .GBG-landing-title {
    font-size: 1.15em;
    letter-spacing: 1px
  }
  .landing-toList {
    margin: 0;
    font-size: .95em
  }
  #landing-credit {
    width: 300px
  }
  #landing-credit img {
    width: 110px
  }
  .css-1wa3eu0-placeholder {
    font-size: .85rem
  }
  .tooltip {
    width: 230px
  }
  #review-navbar {
    padding: 6px 0
  }
  #nav-back, #nav-home {
    height: 30px
  }
  .review-people {
    margin: 0 .5em .8em
  }
  #matt-review {
    margin: 0 .5em .8em
  }
  #review-streaming > div {
    width: 280px
  }
  #review-info {
    font-size: .9em;
    width: 92vw
  }
  #random-poster, #review-poster {
    width: 85%
  }
  .random-nav {
    padding: 6px;
    font-size: 1.5em;
    font-weight: 500;
    letter-spacing: 1px;
    margin-bottom: .5em
  }
  #random-total h1 {
    font-size: 1.4em
  }
  #random-content #review-streaming {
    font-size: .9em
  }
  .butter {
    height: 20px
  }
  /* .movie-total {
    font-size: .75em
  } */
  .info-review {
    font-size: .75em
  }
  .movie-rank {
    font-size: .72em
  }
  .movie-title {
    font-size: .78em
  }
}
@media screen and (max-width: 426px) {
  .landing-list .movie {
    min-width: 120px;
  }
  .landing-list .movie {
    min-width: 110px;
  }
  .landing-list {
    padding: 0 1%;
  }
  .titlecard {
    display: inline-block;
    height: 95px;
    width: 170px;
  }
  .home-icons {
    height: 30px;
  }
  .movie {
    width: 120px;
    margin: .9em .4em;
  }
  .movie {
    width: 110px;
    padding: 0;
    margin: .9em .75em;
    background: #f4f6f7;
    border-radius: 0 0 6px 6px;
    box-shadow: 0 2px 8px 3px #000;
    position: relative;
  }
  .podcast-episode {
    width: 170px;
  }
  .reeljustice-box {
    width: 200px;
  }
  .podcast-info {
    width: 170px;
  }
  .podcast {
    height: 127px;
  }
  .three-podcast {
    height: 79px;
    padding-top: 22px;
    padding-bottom: 22px;
  }
}
@media screen and (max-width: 530px) {
  .academy-text {
    font-size: .75em;
  }
  .sorting-buttons {
    height: 30px;
  }
  .reeljustice-box {
    width: 175px;
  }
  .reeljustice-poll {
    width: 200px;
    font-size: .85em;
  }
  .versus {
    height: 15px;
    padding-bottom: 50px;
  }
  .reeljustice-poster {
    height: 120px;
  }
  .academy-voting-info {
    width: 175px;
  }
  .about-us-story {
    padding-right: 20px;
    padding-left: 20px;
    font-size: .75em;
  }
  #search-input {
    width: 75%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 630px) {
  .landing-list .movie {
    min-width: 130px;
    margin: 1em .5em;
  }
.sort-header {
	font-size: 1em;
}
.sort-btn {
	height: 24px;
}
.reset-btn {
	height: 35px;
}
  .movie {
    width: 130px;
    padding: 0;
    margin: .9em .75em;
    background: #f4f6f7;
    border-radius: 0 0 6px 6px;
    box-shadow: 0 2px 8px 3px #000;
  }
	.movie-accolades {
		padding-left: 2px;
		padding-right: 5px;
	}
  .movie-link {
    text-decoration: none;
    color: #000;
  }
  .movie-link {
    text-decoration: none;
    color: #000;
  }
  user agent stylesheet a:-webkit-any-link {
    color: -webkit-link;
    cursor: pointer;
  }
  body {
    margin: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media screen and (max-width: 890px) {
  .header-logo-desktop {
    display: none;
  }
  .header-logo-mobile {
    display: block;
  }
	.colorbody {
		margin-left: 0;
		margin-right: 0;
	}
}
@media screen and (max-width: 1400px) {
  .landing-list {
    padding: 0 1%;
  }
}
@media screen and (min-width:410px) {
  #content > h3 {
    font-size: .78em
  }
  #search-input > input::-webkit-input-placeholder {
    font-size: 1em
  }
  #search-input > input:-ms-input-placeholder {
    font-size: 1em
  }
  #search-input > input::-ms-input-placeholder {
    font-size: 1em
  }
  #search-input > input::placeholder {
    font-size: 1em
  }
  #filters-applied {
    font-size: .95em
  }
  #random-content {
    grid-gap: 5px
  }
  #random-poster {
    max-width: 220px
  }
  .random-nav {
    margin: .4em .2em
  }
  #random-title {
    padding: 4px
  }
  .landing-title {
    font-size: 1.45em;
    letter-spacing: .6px
  }
  .GBG-landing-title {
    font-size: .9em;
    letter-spacing: .6px
  }
  .landing-toList {
    font-size: 1.1em
  }
  .landing-list .movie {
    min-width: 120px
  }
  #landing-credit {
    width: 350px
  }
  .movie {
    width: 120px;
    margin: .9em .4em
  }
  .movie-poster {
    height: 170px
  }
  .butter {
    height: 24px
  }
  /*.movie-total {
    font-size: .82em
  } */
  .info-review {
    font-size: .82em
  }
  .movie-rank {
    font-size: .78em
  }
  .movie-title {
    font-size: .82rem
  }
  #nav-back, #nav-home {
    height: 36px
  }
  #reviewPage-title {
    padding: 0 5px
  }
}
@media screen and (min-width:500px) {
  #content > h3 {
    font-size: 1em;
    margin-top: 1.2em
  }
  #review-trailer-wrapper {
    width: 80%;
    height: 350px;
    align-self: center
  }
  .react-player {
    max-height: 300px
  }
  #review-info {
    width: 85%;
    max-width: 430px
  }
  #review-pod {
    margin: 1.5em 0 0;
    max-width: 250px;
    justify-self: end;
    grid-row: 6/7
  }
  #filters-applied {
    font-size: .95em
  }
}
@media screen and (min-width:630px) {
  .landing-container > img {
    width: 80%;
    max-width: 575px
  }
  #content > h3 {
    margin-bottom: 0
  }
  .glossary-title {
    margin: 0
  }
  #glossary-detail {
    font-size: .8em;
    margin: .7em 0 .3em
  }
  .glossary-img {
    height: 55px
  }
  .landing-title {
    margin: 0 .5em 0 1.1em;
    font-size: 1.5em;
    letter-spacing: 1px
  }
  .GBG-landing-title {
    margin: 0 .5em 0 1.1em;
    font-size: 1.5em;
    letter-spacing: 1px
  }
  .landing-toList {
    font-size: 1.05em;
    margin: 0 0 .2em
  }
  .landing-list .movie {
    min-width: 130px;
    margin: 1em .5em
  }
  .movie {
    width: 130px;
    padding: 0;
    margin: .9em;
    background: #f4f6f7;
    border-radius: 0 0 6px 6px;
    box-shadow: 0 2px 8px 3px #000
  }
  .movie-link {
    text-decoration: none;
    color: #000
  }
  .movie-poster {
    width: 100%;
    height: 180px
  }
  .movie-rank {
    font-size: .8em
  }
  .infinite-scroll-component__outerdiv {
    max-width: 900px
  }
  #search {
    display: grid;
    grid-template-columns: 30% 70%;
    justify-items: center;
    align-items: center;
    width: 100%
  }
  #search-input {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
  }
  #search-input > input {
    font-size: 1em
  }
  #search-input > input::-webkit-input-placeholder {
    font-size: 1em
  }
  #search-input > input:-ms-input-placeholder {
    font-size: 1em
  }
  #search-input > input::-ms-input-placeholder {
    font-size: 1em
  }
  #search-input > input::placeholder {
    font-size: 1em
  }
  #filter-panel {
    width: 75%;
    grid-gap: 10px;
    max-width: 915px
  }
  #filter-show {}
  .filter-select {
    width: 100%
  }
  #filter-buttons {
    grid-column: 1/3;
    justify-content: center
  }
  #filter-apply, #filter-reset {
    width: 40%;
    margin: 0 10px;
    max-width: 115px
  }
  .sort {
    margin-bottom: 0
  }
  #review-rank {
    font-size: 1.85em
  }
  #navbar-content {
    max-width: 650px;
    margin-bottom: 1.5em
  }
  #nav-back, #nav-home {
    height: 38px
  }
  #review-plot {
    padding: 0 8px
  }
  .random > #logo {
    margin-top: 0
  }
  .random #navbar-content {
    margin-bottom: .8em
  }
  #random-title {
    font-size: 1.85em
  }
  #random-info {
    font-size: .9em
  }
  #random-poster {
    grid-column: 1/2;
    max-width: 270px;
    justify-self: end;
    margin: .9em 1.2em 0 0
  }
  #random-total {
    grid-column: 2/3;
    max-width: 320px;
    justify-self: start;
    display: flex;
    flex-direction: column
  }
  #random-total > .score-row {
    flex-direction: row;
    align-items: center;
    margin: 1.2em
  }
  #random-total > .score-row > h1 {
    margin: 0 .5em
  }
}
@media screen and (min-width:700px) {
  #footer {
    flex-direction: row-reverse;
    justify-content: space-between;
  }
  #reviewPage {
    display: grid;
    grid-template-columns: 1fr 2fr;
    margin: 1em 2em;
    justify-content: center;
    align-items: start
  }
  .reviewPage-loading {
    grid-column: 1/3;
    justify-self: center
  }
  #review-navbar {
    width: 100%;
    grid-column: 1/3
  }
  #reviewPage-title {
    grid-column: 1/3;
    font-size: 2.2em;
    text-align: center;
    margin-top: 0;
    color: #fff;
    padding: 15px
  }
  #review-rank {
    grid-column: 1/3;
    grid-row: 3/4;
    font-size: 1.85em
  }
  #review-poster {
    grid-column: 1/2;
    margin: 0;
    max-width: 250px;
    align-self: end;
    justify-self: end
  }
  #review-card {
    grid-column: 2/3;
    grid-row: 3/9;
    width: 95%;
    max-width: 900px;
    align-items: start;
    justify-self: start
  }
  #review-total {
    margin: .35em .85em;
    padding: 0;
    justify-items: center
  }
  #review-plot {
    font-size: .95em;
    margin: 0 0 0 1.6em
  }
  #review-card > h3 {
    align-self: flex-start;
    margin: 1em 1.5em .5em;
    order: 1
  }
  #review-card > p {
    order: 1
  }
  .review-people {
    font-size: 1.1em;
    margin: 0 1.7em
  }
  #matt-review {
    font-size: 1em;
    margin: 0 2em
  }
  #review-awards {
    order: 1
  }
  #review-awards > ul {
    -webkit-padding-start: 60px;
    padding-inline-start: 60px
  }
  #review-streaming {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin: 0 0 1em
  }
  #review-streaming > div {
    width: 90%
  }
  #review-streaming > p {
    margin: 0 0 10px;
    font-size: 1.1em
  }
  #review-streaming > h3 {
    font-size: 1.3em;
    margin: .5em 0 0
  }
  #review-streaming > h2 {
    margin-top: .5em
  }
  #review-streaming > hr {
    width: 40%;
    margin: .5em
  }
  #review-trailer-wrapper {
    order: 1;
    width: 90%;
    height: 350px;
    align-self: center
  }
  .react-player {
    max-height: 250px
  }
  #review-info {
    width: 100%;
    grid-row: 4/6;
    grid-column: 1/2;
    margin: 1em 0 0;
    padding: 0;
    align-self: start
  }
  #review-info, #review-other-scores {
    max-width: 250px;
    justify-self: end;
    font-size: .9em
  }
  #review-other-scores > .review-detail {
    font-size: 2em;
    align-self: center;
    margin: 10px 0
  }
  #review-similar {
    margin-top: 2em;
    justify-self: center;
    grid-column: 1/3;
    max-width: 1050px
  }
}
@media screen and (min-width:800px) {
  .landing-title {
    margin: 0 .5em 0 1.75em
  }
  .landing-toList {
    font-size: 1.15em
  }
  .tooltip {
    width: auto;
    white-space: nowrap;
    margin-left: -50px
  }
  #review-poster {
    max-width: 300px
  }
  #review-total {
    max-width: 100%
  }
  #review-total > .score-icon, #review-total > .score-img {
    height: 60px;
    max-height: 60px
  }
  .provider {
    width: 70px;
	height: 70px;
    margin: 5px;
  }
  #review-streaming > div {
    max-width: 95%
  }
  #review-info, #review-pod {
    max-width: 400px
  }
  #review-info {
    width: 100%
  }
  #review-other-scores {
    max-width: 300px;
    justify-self: end;
    font-size: .9em
  }
}
@media screen and (min-width: 960px) {
  .fixed-header-hamburger {
    display: none;
  }
  .fixed-header-nav {
    display: flex;
  }
}
@media (max-width: 959px) {
  .fixed-header-nav {
    position: fixed;
    top: 56px;
    right: 0;
    left: 0;
    background-color: #2a2a2a;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.05);
    max-height: 0;
    opacity: 0;
    overflow: auto;
    text-align: right;
    transition: max-height 333ms cubic-bezier(0.645, 0.045, 0.355, 1), opacity 666ms;
  }
  .fixed-header-logo {
    height: 40px;
    width: 40px;
  }
  .nav-open .fixed-header-nav {
    max-height: calc(100vh - 56px);
    opacity: 1;
    transition: max-height 666ms cubic-bezier(0.645, 0.045, 0.355, 1), opacity 666ms;
  }
  .fixed-header-nav {
    position: fixed;
    top: 56px;
    right: 0;
    left: 0;
    background-color: #2a2a2a;
    box-shadow: 0 8px 16px rgb(0 0 0 / 5%);
    max-height: 0;
    opacity: 0;
    overflow: auto;
    text-align: right;
    transition: max-height 333ms cubic-bezier(0.645, 0.045, 0.355, 1), opacity 666ms;
  }
  .fixed-header-nav li {
    font-size: 19px;
    line-height: 24px;
    padding: 8px 16px;
  }
  .fixed-header-nav li:first-child {
    padding-top: 16px;
  }
  .fixed-header-nav li:last-child {
    padding-bottom: 24px;
  }
}
@media screen and (min-width:1000px) {
  .infinite-scroll-component__outerdiv {
    max-width: 2000px
  }
  .landing-container {
    max-width: 1000px
  }
  #review-trailer-wrapper {
    margin-top: 10px;
    width: 95%;
    height: 400px;
    align-self: center;
  }
  .react-player {
    max-height: 330px;
  }
}
@media screen and (min-width:1100px) {
  #reviewPage-title {
    font-size: 2.5em;
  }
  #review-total > .score-row {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin: .5em 0;
    color: #f5e990;
    width: 90%;
  }
  #review-total > .score-row > h1 {
    margin: 0 .5em;
    font-size: 1.75em;
  }
}
@media screen and (min-width:1150px) {
  #review-similar > .landing-list {
    justify-content: center;
  }
}
@media screen and (min-width:1250px) {
  .score-row > h1 {
    font-size: 1.95em;
  }
}
@media screen and (min-width:1400px) {
  #send-top {
    right: 10%;
  }
  .landing-container {
    max-width: 1100px;
  }
  #review-trailer-wrapper {
    width: 88%;
    height: 515px;
    align-self: center;
  }
  .react-player {
    max-height: 425px
  }
  #review-similar {
    margin-top: 1.2em
  }
}
@media screen and (min-width:1700px) {
  #send-top {
    right: 16%
  }
}
#outage-msg {
  background: tomato;
  padding: 10px;
  max-width: 450px;
  border-radius: 10px;
  margin: 1em
}
#outage-msg > h3 {
  margin: 0 0 0 .5em
}
#outage-msg > hr {
  border-color: #000
}
#outage-msg > p {
  margin: 1em .5em;
  font-size: .9em
}
/*# sourceMappingURL=main.bca7faf4.chunk.css.map */