.youtubeVideos {
    list-style-type: none;
    margin: 0;
    padding: 0;
    clear: both;
}

.youtubeVideos li {
    background-color: #fff;
    width: 100%;
    margin-bottom: 1rem;
    padding: 0.5rem;
}

li.currentvideo {
    background-color:#E6EDF4;
    box-shadow: 0px 6px 6px 0px rgba(0, 0, 0, 0.10);
}
.results{
    margin-bottom: 1rem;
}
.info {
    /* display: none; */
    padding: 0.6em;
    margin-bottom: 0;
}

#ytvideomain {
    display: none;
    width: 100%;
    aspect-ratio: 16/9;
    margin: 0 0 5px 0;
}

.info h6 {
    margin-top: 0.25rem;
    font-size: 0.95rem;
    font-weight: 500;
}
.info p {
    color: #343434;
}

.youtube-preview-play {
    display: block;
    position: absolute;
    z-index: 3;
    top: 50%;
    left: 50%;
    width: 68px;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}

.youtube-preview-play .maincolor {
    fill: rgba(255, 0, 0, 0.8);
}