.comparison-slider-wrapper .play-indicator{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center;color:#fff;z-index:9;cursor:pointer;opacity:.8;transition:opacity .3s ease;background-color:rgba(0,0,0,.2)}.comparison-slider-wrapper .play-indicator:hover{opacity:1}.rm-gallery-item{position:relative;border-radius:12px;overflow:hidden;background:rgba(0,0,0,.3);cursor:pointer;transition:all .3s ease;width:100%}.rm-gallery-item:hover{transform:translateY(-5px);box-shadow:0 10px 30px rgba(255,163,29,.3)}.rm-gallery-item img{width:100%;height:auto;min-height:300px;object-fit:cover;display:block}.rm-gallery-item.video{position:relative}.rm-gallery-caption{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(to top,rgba(0,0,0,.8),transparent);color:white;padding:1rem;font-size:.875rem}@media (max-width:768px){.rm-gallery-item img{min-height:200px}}