.content .video-container {
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  padding: 10px;
}
.video-container .video-player-container .download-container {
  margin: 0 !important;
  width: 100%;
  padding: 0;
}
@media (max-width: 992px) {
  .video-container .video-player-container .download-container {
    margin: auto !important;
    width: 99%;
  }
  .seasons-episodes .dropdown-container {
    width: 100%;
    min-height: auto;
  }
}
@media (min-width: 1500px) {
  .video-container .video-player-container .download-container {
    width: 99%;
    min-height: 700px;
    height: auto;
  }
}
@media (min-width: 2100px) {
  .video-container .video-player-container .download-container {
    width: 97%;
    height: auto;
  }
}
.seasons-episodes {
  display: flex;
  align-items: start;
  justify-content: center;
}
@media screen and (max-width: 992px) {
  .seasons-episodes {
    margin-top: 20px;
  }
}
.seasons-episodes .dropdown {
  margin: 0;
  width: 100%;
  border: 0.1em solid #c0cdd1;
  cursor: pointer;
  padding: 0 5px 5px;
  font-size: 18px;
  border: none;
  border-radius: 5px;
  box-sizing: border-box;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-align: center;
  background-position: right 10px top 50%, 0 0;
  background-repeat: no-repeat;
  background-size: 12px 8px, 100% 100%;
  transition: 0.2s ease-in-out;
  direction: rtl;
}
.seasons-episodes .dropdown-container {
  display: flex;
  -ms-overflow-style: none;
  scrollbar-width: none;
  flex-direction: column;
  align-items: center;
  justify-content: start;
  width: 100%;
  border: 1px solid #ccc;
  border-radius: 5px;
  border-bottom: 2px #8a2be2;
  margin-bottom: 10px;
}
@media (min-width: 1200px) {
  .seasons-episodes .dropdown {
    margin: 0;
  }
  .seasons-episodes .dropdown-container {
    max-width: 190px;
  }
}
.seasons-episodes .dropdown-container .js-link {
  width: 100%;
  padding: 0.5em 0;
  display: block !important;
  color: #000;
  text-decoration: none;
  border-bottom: 2px solid #8a2be2;
}
.fa-chevron-up,
.seasons-episodes .dropdown-container a .fa-chevron-down {
  float: left;
  margin: 3px 5px;
}
.seasons-episodes .dropdown h1 {
  font-size: 1.2em;
}
.seasons-episodes .dropdown ul {
  width: 100%;
  margin: 0;
  max-height: 400px;
  overflow-y: scroll;
  scroll-behavior: smooth;
  display: none;
  padding-right: 0;
  border-top: 0.1em solid #c0cdd1;
  list-style-type: none;
}
.seasons-episodes .dropdown ul a {
  display: block;
  padding: 0.5em;
  text-decoration: none;
  cursor: pointer;
  color: #000;
}
.seasons-episodes .dropdown ul .episode-selected,
.seasons-episodes .dropdown ul .selected,
.seasons-episodes .dropdown ul a:hover {
  background-color: #8a2be2;
  color: #fff;
}
.seasons-episodes .dropdown ul li {
  font-size: 1em;
  color: #000;
  cursor: pointer;
  list-style-type: none;
}
@media screen and (max-width: 768px) {
  .movie-details .movie-title {
    display: none;
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
