.custom-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 60vh;
  width: 100%;
}

section#page2{
   padding-top: 30px;
}

.section-title {
  color: #000;
  font-size: 5rem;
  font-weight: 500;
}

.section-text {
  color: #000;
  font-size: 2rem;
  font-weight: 400;
}

#page2 .page2 {
  max-width: 1200px;
  margin: 0 auto;
  /*padding: 0 50px;*/
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

#page2 .media-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 315px;
}

#page2 #video {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  width: 60%;
  margin: 0;
}

#video iframe {
  background-color: #000;
  height: 352px;
  width: 100%;
}

#page2 .media-container .playlist {
  background: #393737;
  max-height: 350px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  width: 35%;
  overflow: scroll;
  overflow-x: hidden;
  border: 1px solid #aaa;
  margin-top: -6px;
}

/* width */
#page2 .media-container .playlist::-webkit-scrollbar {
  width: 8px;
  background-color: #8f8f8f;
}

/* Track */
#page2 .media-container .playlist::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
          box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #8f8f8f;
}

/* Handle */
#page2 .media-container .playlist::-webkit-scrollbar-thumb {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
          box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #555;
}

/* Handle on hover */
#page2 .media-container .playlist::-webkit-scrollbar-thumb:hover {
  background-color: #303030;
}

article {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  border-bottom: 1px solid #aaa;
  -webkit-transition: ease 0.3s background-color;
  transition: ease 0.3s background-color;
}

article:hover {
  background-color: #aaa;
}

.thumb {
  height: 103px;
  padding: 10px;
}

.details {
  padding: 0 5px;
}

.details h4 {
  color: #fff;
  font-size: 1.3rem;
  font-weight: 300;
}

@media only screen and (min-width: 200px) and (max-width: 480px) {
  #page2 .page2 {
    padding: 0;
  }
  #page2 .media-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 80vh;
    width: 90%;
    margin-top: 25px;
  }
  #page2 #video {
    height: 100%;
    width: 100%;
    margin: 0px;
  }
  #video iframe {
    height: 100%;
  }
  #page2 .media-container .playlist {
    max-height: 500px;
    height: 100%;
    width: 100%;
    overflow: scroll;
    overflow-x: hidden;
    background-color: #393737;
    border: 1px solid #aaa;
    margin: 0px;
  }
  .thumb {
    height: 80px;
    padding: 10px;
  }
  .details {
    padding: 0 5px;
  }
  .details h4 {
    color: #fff;
    font-size: 1rem;
    font-weight: 300;
  }
}

@media only screen and (min-width: 481px) and (max-width: 768px) {
  #page2 .page2 {
    padding: 0;
    min-height: 100vh;
  }
  #page2 .media-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 80vh;
    width: 60%;
    margin-top: 25px;
  }
  #page2 #video {
    height: 100%;
    width: 100%;
    margin-bottom: 0px;
  }
  #video iframe {
    height: 300px;
  }
  #page2 .media-container .playlist {
    max-height: 400px;
    height: 100%;
    width: 100%;
    overflow: scroll;
    overflow-x: hidden;
    background-color: #393737;
    border: 1px solid #aaa;
    margin: 0px;
  }
  .thumb {
    height: 80px;
    padding: 10px;
  }
  .details {
    padding: 0 5px;
  }
  .details h4 {
    color: #fff;
    font-size: 1rem;
    font-weight: 300;
  }
}

@media only screen and (min-width: 769px) and (max-width: 1024px) {
  #page2 .media-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 80vh;
    margin-top: 25px;
  }
  #page2 #video {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    width: 75%;
    margin: 0px;
  }
  #page2 .media-container .playlist {
    max-height: 500px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    width: 75%;
    overflow: scroll;
    overflow-x: hidden;
    background-color: #393737;
    border: 1px solid #aaa;
    margin: 0px;
  }
  .thumb {
    height: 130px;
    padding: 10px;
  }
  .details {
    padding: 0 5px;
  }
  .details h4 {
    color: #fff;
    font-size: 1rem;
    font-weight: 300;
  }
}
/*# sourceMappingURL=style.css.map */
