.videolibrary-panel{display:none}.videolibrary-panel.active{display:block}.grid-videolibrary{padding:2rem 0 6rem 0;display:grid;grid-template-columns:repeat(3,1fr);gap:20px}@media screen and (max-width:767px){.grid-videolibrary{gap:10px;grid-template-columns:repeat(2,1fr)}}@media screen and (max-width:480px){.grid-videolibrary{grid-template-columns:1fr}}.grid-videolibrary .grid-item iframe{aspect-ratio:16/9}