.images-gallery>ul{grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:24px;display:grid}.images-gallery .image-tile{width:100%;height:100%;padding-bottom:55%;display:block;position:relative}.images-gallery .image-tile .play-container{justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:absolute}.images-gallery .image-tile .play-container .play-icon{z-index:1;color:#000;background-color:#fff;justify-content:center;align-items:center;gap:8px;width:103px;height:40px;display:flex;position:absolute;box-shadow:0 2px 10px #00000080}.images-gallery .image-tile .play-container .play-icon svg{width:20px;height:20px}.images-gallery .image-tile img{object-fit:cover;width:100%;height:100%;position:absolute;top:0;left:0}.images-gallery .image-tile p{opacity:0;color:#e5e5e5;white-space:nowrap;text-overflow:ellipsis;background:linear-gradient(#0d0d0d05 0%,#0d0d0d 86%);height:48px;padding:24px 16px 0;font-size:16px;transition:all .2s;position:absolute;bottom:0;left:0;right:0;overflow:hidden}.images-gallery .image-tile:hover p{opacity:1}.heaser-screenshots-slider{position:relative}.heaser-screenshots-slider .images-gallery{height:120px;overflow:auto}.heaser-screenshots-slider .images-gallery>ul{grid-auto-flow:column;grid-template-columns:unset}.heaser-screenshots-slider .images-gallery>ul li{width:200px;height:110px}.heaser-screenshots-slider .slide-prev,.heaser-screenshots-slider .slide-next{transform:scale(.8)}.heaser-screenshots-slider .slide-prev{left:-40px}.heaser-screenshots-slider .slide-next{right:-40px}.heaser-screenshots-slider:hover .slide-next,.heaser-screenshots-slider:hover .slide-prev{opacity:1}