.custom-carousel{overflow:hidden;position:relative;width:100%}.custom-track{display:flex;transition:transform .55s cubic-bezier(.22,.9,.31,1);will-change:transform}.custom-slide{box-sizing:border-box;flex:0 0 100%;max-width:100%}.custom-slide img{display:block;height:auto;object-fit:cover;width:100%}.custom-next,.custom-prev{background:rgba(0,0,0,.45);border:0;border-radius:50%;color:#fff;cursor:pointer;font-size:24px;padding:6px 10px;position:absolute;top:50%;transform:translateY(-50%);z-index:20}.custom-prev{left:10px}.custom-next{right:10px}.custom-next:focus,.custom-prev:focus{outline:2px solid hsla(0,0%,100%,.25)}@media (max-width:767px){.custom-next,.custom-prev{font-size:20px}}