/* 
    Created on : 16/10/2022, 10:27:41
    Author     : jmatos
*/

.video_list{width: 100%; margin: 0;padding:0;}
.video_item{float:left;margin:16px 16px 16px 0;max-width:205px;text-align:center;min-height:220px;padding:0}

@media all and (min-width: 900px)  {
    div.video_item:nth-of-type(4n+1){clear:left}
    div.video_item:nth-of-type(4n){margin-right:0}
}

@media all and (max-width: 900px)  {
    div.video_item:nth-of-type(3n+1){clear:left}
    div.video_item:nth-of-type(3n){margin-right:0}
}

@media all and (max-width: 684px)  {
    div.video_item:nth-of-type(odd){clear:left}
    div.video_item:nth-of-type(even){margin-right:0}
}

@media all and (max-width: 468px)  {
    div.video_item:nth-of-type(n){clear:left;margin-right:0}
}

.video_item p{margin:0;font-size:80%}

.video_item p.ellipsis{text-overflow: ellipsis;overflow: hidden;white-space: nowrap;}