#mySlider{overflow:hidden;position:relative;width:100%;height:365px}.singleSlide{background-size:contain;background-repeat:no-repeat;background-position:center center;height:365px;position:absolute;left:100%;width:100%;top:0}.slideOverlay{background-color:rgba(0,0,0,.5);padding:50px}#sliderNav{position:relative;top:-175px}#sliderNav:hover{cursor:pointer}#sliderPrev{position:relative;float:left;left:50px}#sliderNext{position:relative;float:right;right:50px}#sliderNext img,#sliderPrev img{width:32px}@keyframes slideIn{100%{left:0}}.slideInRight{left:-100%;animation:slideIn 1s forwards}.slideInLeft{left:100%;animation:slideIn 1s forwards}@keyframes slideOutLeft{100%{left:-100%}}.slideOutLeft{animation:slideOutLeft 1s forwards}@keyframes slideOutRight{100%{left:100%}}.slideOutRight{animation:slideOutRight 1s forwards}