.videoListContainer {
    display: flex;
    flex-wrap: wrap;
} 

.w-portfolio-item-meta .video-info {
    padding: 12px 5px 12px 12px;
    color: #ffffff;
    font-family: 'Open Sans';
    font-size: 14px;
    float: left;
    width: 70%;
}

.w-portfolio-item-meta .video-info .video-title {
    line-height: 20px;
}

.w-portfolio-item-meta .video-info .video-duration {
    font-size: 0.8em;
    line-height: 20px;
}

body:not(.vrpa) .w-portfolio-item-meta .video-info .video-duration {
    opacity: 0.5;
}

body.vrpa .w-portfolio-item-meta .video-info .video-duration {
    opacity: 0.7;
}

@media (min-width: 1024px) and (max-width: 1440px) {
    .w-portfolio-item-meta .video-info {
        width: 62%;
    }
}

.trial-landing .videoListContainer {
    justify-content: center;
    /*flex-wrap: nowrap;*/
    margin-right: -5px;
    margin-left: -5px;
    margin-bottom: 15px;
    height: auto !important;
    justify-content: flex-start;
}

.trial-landing .videoListContainer .videoItem {
    position: relative;
    min-width: 25%!important;
    max-width: 25%!important;
    margin-top: 0;
    position: relative !important;    
}

.videoListContainer .videoItem.trial-video-not-selected .videoItemInner:before{
    content:'';
    width:36px;
    height: 36px;
    background-image: url('../../img/landings/trial/lock_w.svg');
    background-color:var(--main-color);
    background-size: 24px auto;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    left:10px;
    border-radius: 20px;
    top:4px;
    z-index:97;
}
body.logged-in .videoListContainer .videoItem.trial-video-selected .videoItemInner:before{
    content:'';
    width:36px;
    height: 36px;
    background-image: url('../../img/landings/trial/lock_open_w.svg');
    background-color:#4da318;
    background-size: 24px auto;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    left:10px;
    border-radius: 20px;
    top:4px;
    z-index:97;
}

.videoListContainer .videoItem.trial-video .interactive_video {
    display: none;
}