.videos-row-wrapper{
    display:flex;
  }
@media(max-width:990px){
  .videos-row-wrapper{
    flex-direction:column;
  }
}