#videos_list {
}
#videos_videos_list_container {
    margin: 0 0;
    padding: 10px;
}
#videos_list_content {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}
#videos_list_title h2 {
    padding: 30px 0;
    text-align: center;
    font-size: 2.5em;
    font-weight: 700;
    line-height: 1.2;
}
#videos_list_list_content {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}
.videos_list_tag_card {
    display: flex;
    flex-direction: column;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    /*border: solid 2px green;*/
}
.videos_list_tag_link {
    color:  var(--our-black-color);
    text-align: center;
}
.videos_list_tag_title h3 {
    margin: 20px 0 20px 0;
    font-weight: 500;
    line-height: 1.2;
}
.videos_list_tag_video {
    margin-top: 50px;
    /*border: solid 1px black;*/
}
@media all and (min-width: 768px) {
}
@media all and (min-width: 800px) {
}
@media all and (min-width: 900px) {
}
@media all and (min-width: 1050px) {
}
@media all and (min-width: 1200px) {
    .videos_list_tag_card {
        width: 40%;
        margin: 50px;
    }
}