.slideshow-controls{display:flex}.slideshow-controls__arrow{width:40px;height:40px;border-radius:50%;background:rgba(55,66,73,.2);display:flex;align-items:center;justify-content:center;cursor:pointer;transition:opacity .4s ease,background .4s ease;opacity:1}.slideshow-controls__arrow img{width:15px;height:15px}.slideshow-controls__arrow:hover{background:rgba(55,66,73,.3)}.slideshow-controls__arrow:first-child .slideshow-controls__arrow__icon{margin-left:2px}.slideshow-controls__arrow:last-child{margin-left:10px}.slideshow-controls__arrow:last-child .slideshow-controls__arrow__icon{margin-right:2px}.slideshow-controls__arrow:focus{outline:0}.slideshow-controls__arrow[disabled]{opacity:.15;cursor:not-allowed}