@charset 'UTF-8';
/*  Add Custom CSS here.  */
.videos {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.videos li {
    padding: 8px;
    margin: auto;
}

.n-container {
    padding-bottom: 56px;
}