/* Mobile offcanvas styles */
iframe.video-you { height: 550px!important; }
span.artist {color: #fff!important; opacity: 1!important; font-size: 14px; position: relative; left: 54px; }
.vvt-menu-btn {
    position: absolute;
    top: 15px;
    left: 15px;
    background: none;
    border: none;
    cursor: pointer;
    z-index: 1001;
}
.vvt-menu-btn span {
    display: block;
    width: 24px;
    height: 3px;
    margin: 5px 0;
    background: #fff;
    border-radius: 2px;
    transition: all 0.3s ease;
}

/* Offcanvas list */
.vvt-list {
    transition: transform 0.3s ease;
}
.vvt-list.offcanvas-hidden {
    transform: translateX(-100%);
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    z-index: 1000;
}

/* Mobile override */
@media (max-width: 767px) {
    .vvt-container {
        flex-direction: column;
    }
    .vvt-list {
        width: 80%;
        max-width: 300px;
        height: 100%;
        background: #0b0b0b;
    }
    .vvt-player {
        position: relative;
        padding: 20px;
    }
	.vvt-list h3 {
    font-size: 24px!important;
}
	.vvt-list .title {
    font-size: 19px!important;
}
	.vvt-list {
    width: 100%;
    max-width: 100%;
}
	iframe.video-you {
    height: 302px!important;
    width: 100%!important;
}
.vvt-list li {
    padding: 14px 26px!important;
    font-size: 0px!important;
    line-height: 1.0!important;
}
	span.artist {
    font-size: 11px;
    line-height: 2.3em;
}
}