.p-video-gallery{display:flex;flex-wrap:wrap;gap:40px;justify-content:center;padding:40px;box-sizing:border-box;max-width:1200px;margin:10rem auto}.p-video-gallery__item{width:calc(33.333% - 28px);background-color:#fff;text-align:center;box-sizing:border-box}.p-video-gallery__thumb{position:relative;width:100%;padding-top:56.25%;overflow:hidden;border-radius:8px;background:#000}.p-video-gallery__thumb img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover}.p-video-gallery__title{font-size:1.6rem;font-weight:700;margin-top:18px;padding:0 16px;line-height:1.6;color:#111;height:auto;text-align:center}@media screen and (max-width:900px){.p-video-gallery__item{width:calc(50% - 20px)}.p-video-gallery{margin:3rem auto}.p-video-gallery__title{font-size:1.2rem}@media screen and (max-width:600px){.p-video-gallery__item{width:100%}}