#custom-gallery{aspect-ratio:16/9;margin:auto;max-width:800px;overflow:hidden;position:relative;width:100%}.gallery-slide{height:100%;left:0;object-fit:cover;opacity:0;position:absolute;top:0;transition:opacity 1s ease-in-out;width:100%}.gallery-slide.active{opacity:1;z-index:1}.gallery-dots{margin-top:12px;text-align:center}.dot{background-color:#bbb;border-radius:50%;cursor:pointer;display:inline-block;height:12px;margin:0 5px;transition:background-color .3s ease;width:12px}.dot.active{background-color:#333}