.carousel{width:100%;height:700px;max-height:1080px;position:relative;overflow:hidden}.carousel-image{object-fit:cover;object-position:center bottom;width:100%}@media (max-width:768px){.carousel-image{height:100%}}.left-arrow{left:20px}.right-arrow{right:20px}.slide{opacity:0;z-index:0;width:100%;height:100%;transition:opacity .8s ease-in-out;top:0;left:0}.slide.active{opacity:1;z-index:1}@media (max-width:1024px){.carousel{height:80vh;max-height:800px}}@media (max-width:768px){.carousel{height:25vh;max-height:600px;margin-top:120px}.left-arrow,.right-arrow{padding:6px;font-size:1.5rem}}
