.slide{overflow:hidden}
.slide-image{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}
.slide:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(5,46,35,.82),rgba(5,46,35,.12));z-index:1;pointer-events:none}
.slide-content{position:relative;z-index:2}
.dots{z-index:3}
.markers img{width:auto;height:auto;max-width:160px;max-height:80px;object-fit:contain}
