#playlistInteira {
}

#youtube {
  background-color: #262626;
}

.videoItem.active {
    background-color: #3a3a3a;
    color: #c03636;
}

#playlistYoutube {
    position: relative;
    height: 400px;
}

#video-principal {
    background: #1a1a1a;
    z-index: 3;
    width: 100%;
    height: 100%;
}

#video-principal iframe {
    width: 100%;
    height: 100%;
}

#playlistInteira {
    right: 0;
    bottom: 0;
    min-width: 37.368421052631576%;
    top: 0;
    z-index: 3;
    -moz-transition: transform .3s ease-in-out;
    -webkit-transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    overflow: auto;
    background: #1a1a1a;
    color: #b8b8b8;
}

#playlist-header {
    padding: 0 10px;
    margin-bottom: 10px;
}

.titulo-playlist {
    line-height: 1.5;
    padding: 15px 5px 15px 8px;

    font-size: 15px;
    font-weight: normal;

    border-bottom: 1px solid #3a3a3a;
}

.titulo-playlist a {
    color: #fff;
}

.titulo-playlist a:hover {

    color: #cacaca;
}

.videoItem {
    display: flex;
    padding: 10px 10px 10px 0;
}

.videoItem .index {
    font-size: 10px;
    float: left;
    line-height: 41px;
    margin: 0 2px;
    text-align: center;
    width: 24px;
}

.videoItem:hover {
    background-color: #525252;
    cursor: pointer;
}

.miniatura {
    margin-right: 8px
}

.videoItem img {
    width: 72px;
    height: 40px;
}

.nome-video {
    color: #cacaca;
    font-size: 13px;
    font-weight: normal;
}

.nome-canal {
    color: #767676;
    font-size: 11px;
}

@media screen and (min-width: 1200px) {
    #playlistYoutube {
        display: flex;
    }

    .nome-video {
      max-width: 298px;
    }
}

@media screen and (max-width: 1200px) {
    #playlistYoutube {
        display: block;
    }

    #playlistInteira {
        max-height: 305px;
    }

    #video-principal iframe {
      min-height: 360px;
    }

    #playlistYoutube {
      height: auto;
    }
}
