.elenco-videos-container {
    margin: 0;
}

.video-item {
    padding: 10px;
    text-align: center;
    cursor: pointer;
}


.elenco-videos-container {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
}

.video-item img {
    width: 100% !important;
    height: 150px !important;
    object-fit: cover !important;
    border-radius: 8px !important;
    
}
.video-item a {
    display: block;
}
.video-item h4 {
  font-size: 12px;
  font-weight: 700;
}
.video-item .elementor-custom-embed-image-overlay {
    position: relative;
}