/*! Current core vesion: "1.0.1" */

.pmYTPlayerContainer .video-container {
    float: left;
}

.video-container {
    position: relative;
    overflow: hidden;
    margin: 0 auto;
    width: 100%;
}

.pm-playlist>iframe {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.video-container iframe, .video-container object, .video-container embed {
    width: 100%;
}

.stickYTPlayer {
    position: fixed;
    bottom: 10px;
    right: 10px;
}

.playlist-container {
    right: 0;
    height: 100%;
    float: left;
    width: 23%;
    overflow-y: auto;
    overflow-x: hidden;
    scrollbar-face-color: #c1c1c1;
    scrollbar-track-color: #fbfbfb;
    scrollbar-arrow-color: #fbfbfb;
}

.playlist-container::-webkit-scrollbar {
    width: 13px;
    background-color: #fbfbfb;
}

.playlist-container::-webkit-scrollbar-thumb {
    background-color: #c1c1c1;
    border-radius: 3px;
}

.playlist-item-container {
    width: 100%;
    cursor: pointer;
    margin-bottom: 13px;
}

.playlist-image {
    width: calc(100% - 26px);
    padding-bottom: 6px;
    padding-left: 13px;
}

.playlist-image img{
    display: block;
    width: 100%;
}

.playlist-image img:hover {
    opacity: 0.4;
}

.playlist-image-playing {
    opacity: 0.4;
}

.playlist-title {
    width: calc(100% - 26px);
    margin-left: 13px;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    letter-spacing: normal;
    line-height: 14px;
    padding-bottom: 13px;
    border-bottom: 2px dotted #dddddd;
}

.playlist-item-container:hover .playlist-title {
    opacity: 0.4;
    background-color: beige;
}

.playlist-item-container:hover img {
    opacity: 0.4;
}

@media (max-width: 835px) {
    .playlist-container {
        display: none;
    }
    .video-container {
        width: 100% !important;
    }
}