
.videoList_name {
    display: block;
    font-size: 1rem;
    color: #000 !important;
    padding-top: 0.75rem;
    line-height: 1.2;
    padding-bottom: 0.5rem;
}



/*desktops*/
@media (max-width: 1200px) { 

}

/*tablets*/
@media (max-width: 991px) {

}

/*phones*/
@media (max-width: 767px) { 

}