.videos{display:flex;flex-wrap:wrap;justify-content:space-between;gap:20px;width:100%;max-width:900px}.video--expanded{display:flex;justify-content:center;align-items:center;position:relative;width:100%;max-width:400px;border-radius:20px;overflow:hidden}@media (max-width:767.98px){.video--expanded{max-width:100%}}.video--expanded video{width:100%;height:auto;aspect-ratio:1/1;object-fit:cover;border-radius:20px}.video-overlay{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;background:rgba(0,0,0,.5);border-radius:20px;cursor:pointer;z-index:10;text-align:center;padding:20px}.video-overlay img{width:50px;height:50px;z-index:11;display:block;margin-bottom:10px}.video-overlay h5{color:#fff;font-weight:700;text-align:center;margin:0;padding:0;z-index:11}