.acf-video-gallery{display:flex;flex-wrap:wrap;justify-content:center;gap:20px}.acf-video-gallery .video-item{flex:0 1 560px;max-width:100%}.acf-video-gallery{display:grid;gap:20px;justify-items:center}.acf-video-gallery{grid-template-columns:1fr}@media (min-width:768px){.acf-video-gallery{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.acf-video-gallery{grid-template-columns:repeat(3,1fr)}}.acf-video-gallery .video-item{width:100%;max-width:560px;text-align:center}.acf-video-gallery .video-item iframe{width:100%;aspect-ratio:16/9;height:auto;display:block}