Videos
.table-striped > tbody > tr,
.table > tbody > tr > td {
background-color: #fff !important;
border: none !important;
}
tbody {
display: flex;
justify-content: center;
flex-direction: column;
align-items: center;
}
tr {
display: block;
}
@media only screen and (max-width: 428px) {
tr {
display: flex;
flex-direction: column;
}
}