
Mango (GL-MT300N-V2) Wireless Mini Router
#ytListBtn { display: none; } #ytPlayListUl { flex: 1; overflow: auto; padding-bottom: 10px; } @media screen and (max-width: 1024px) { #ytplaylist { width: 100%; padding: 0 20px; } #ytPlayListUl { display: none; padding: 20px; } #ytListBtn { display: inline-block; } #ytplaylist h5 { margin: 0; } } #youtube-playlist-container { display: flex; flex-direction: column; /* Stack items vertically */ align-items: center; /* Center items horizontally */ } /* Style for the video player container */ #playlistVideo { width: 100%; /* Set width to 100% for responsiveness */ width: 660px; /* Set a maximum width for larger screens */ margin: 0 auto; /* Center the player horizontally */ height: 520px; } @media only screen and (max-width: 767px) { #playlistVideo {