.gallery{position:relative;height:100vh;overflow:hidden}.cards{display:flex;gap:20px;padding:20px;width:max-content}.cards>div{width:400px;flex-shrink:0}.cards iframe{width:100%;height:225px;border:none}@media (max-width:768px){.cards>div{width:300px}.cards iframe{height:169px}}.cards img{aspect-ratio:16/9;object-fit:cover}@media (max-width:768px){.cards iframe{width:300px}}