/*
* Get Data Style
*/

.gd_title{
  font-family: "Roboto", sans-serif;
  font-size: 1.3em;
  color: #FFFFFF;
}

.gd_frame{
  padding: 1.32rem;
}



/*
*  PlayList Videos
*/

.gd_playlist {
  padding: 0;
  margin: 0;
  background-size: contain;
  display: block;
  overflow: hidden;
}

.gd_playlist video {
  max-height: 600px;
  object-fit: contain;
  z-index: -100;
  right: 0;
  bottom: 0;
  background-size: contain;
  overflow: hidden;
}

.gd_playlist #playlist {
  margin: 0;
  margin-top: 10px;
  padding: 1rem;
  list-style: none;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
}

.gd_playlist a {
  color: #FFF;
  text-decoration: none;
}

.gd_playlist li a {
  margin: 0px 10px;
  padding: 12px 17px;
  /*font-weight: bold;*/
  transition: all .3s ease;
}

.gd_playlist li a:hover {
  text-decoration: none;
  filter: brightness(0.75);
  transition: all .7s ease;
}

.gd_playlist .active a {
  text-decoration: none;
  background-color: #064;
}