body{
  background-color: white;
  overflow-x: hidden;
}

iframe {
  width: 100%;
  border-style: none;
  box-shadow: 0px 0px 15px #000000;
}
.aspect-ratio {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 51%;
  margin: 10% auto;
}

.aspect-ratio iframe {
  position: absolute;
  width: 90.5%;
  height: 100%;
  left: 4.75%; top: 0;
}

#vid-bg{
  background-color: #222222;
  background-image: url('../images/bg.png');
  background-repeat: no-repeat;;
  background-position: center;
}

#playing, #now-epi{
  text-align: center;
  color: #888888;
  padding: 14px;
}

#epi, #season{
  padding: 14px;
  border: 1px solid #d6d6d6;
}

#playing{
  font-weight: 700;
  color: #ffffff;
  background-color: #2ae0a3;
  text-align: center;
}

#vid-pad{
  opacity: 0;
}

#season, #epi, #season-num, #epi-num{
  text-align: center;
  color: #888888;
}

.head{
  font-weight: 700;
  color: #191c22;
  margin-bottom: 0px;
}

.row #season-num p, .row #epi-num p{
  padding: 14px;
  border: 1px solid #d6d6d6;
  margin-bottom: -1px;
  margin-right: -1px;
}

#now-playing{
  box-shadow: 0px 0px 5px rgba(0,0,0,0.5);
}

#show-head{
  border-top: none !important;
}

h5{
  color: #b9b9b9;
  line-height: 0px;
  margin-top: 40px;
  margin-bottom: 40px;
  text-indent: 40px;
}

#network img{
  width:13%;
  padding: 3.7% 40px 3.7% 3.7%;
  float: right;
}

#epi-num a{
  text-decoration: none;
  color: #888888;
}
#epi-num a:hover{
  color: #2ae0a3;
}

#season-num, a{
  cursor:pointer
}

#season-num .head:hover, #season-num .head:active{
  color: #2ae0a3;

}

#dsq-app1{
  box-shadow: 0px 0px 0px #ffffff;
}

#disqus_thread{
  margin-left: 3%;
  margin-right:3%;
}

#dropy{
  background-color: #191c22;
  background-image: url('../images/logo.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 45%;
}

#mb-menu{
  width: 20%;
  padding: 15%;
}

#mb-logo{
  width: 30%;
  padding: 20% 15% 15% 15%;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  max-width: 800px;
  min-width: 700px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  padding: 12px 0px;
  z-index: 1;
  background-color: #191c22;
}

.dropdown:hover .dropdown-content {
  display: block;
}


.dropdown-content ul{
  color: white;
  text-align: left;
  list-style-type:none;
  line-height: 3rem
}

.dropdown-content li{
  border-bottom: 1px solid #333333;
  padding-bottom: 10px;
  font-weight: 400;
  text-indent: 2rem;
}

.dropdown-content li a{
  text-decoration: none;
  color: #ffffff;
}

#list-letter{
  text-align: left;
  font-size: 24px;
  font-weight: 700;
  color: white;
  margin-bottom: 15px;
  border-bottom: 1px solid #333333;
  padding-bottom: 10px;
  text-indent: 2rem;
}

#season-drop{
  width: 100%;
  text-align: center;
  background-color: rgb(245, 245, 245);
  height: 54px;
  color: #191c22;
  font-weight: 600;
}
