.videoclass {
    margin-bottom: 25px;
}

.pv {
    width: 100%;
    display: none; 
    z-index:10;
    scroll-margin-top: 53px;
}

.videos div.video {
    display: flex;
    flex-direction: row;
    /* margin: 20px; */
    margin-bottom: 20px;
    cursor: pointer;
    border-radius: 8px;;
}

.videos div.video:hover {
    background: #f0f0f0;
}

.videos div.img {
    margin-right: 20px;
    width: 30vw;
    padding-top: 9px;
}
.videos img {
    border-radius: 8px;
}

.videos div.video {
    border-radius: 8px;
}

.videos div.video div.info {
    font-size: calc(15px + 0.490625vw);
    flex: 1;
}


.video div.info > span:first-of-type {
    display: block;
    font-size: 120%;
    font-weight: bold;
}



@media only screen and (min-width: 1000px) {
    
    .videos {
        padding:30px;
    }

    .videos div.img {
        margin-right: 20px;
        width: 20vw;
        padding-top: 9px;
    }
}

.share {
    font-size: 60%;
    color: #555;
    margin-left: 10px;
    cursor: pointer;
    z-index: 20;
}