.carousel{display:flex;align-items:center;justify-content:center;position:relative;margin:auto;overflow:hidden}.carousel-image{width:80%;height:auto;transition:transform .5s ease-in-out;border:1px solid rgba(0,0,0,.1)}.carousel-button{background-color:transparent;color:#616161;border:none;cursor:pointer;z-index:1;padding:10px}.carousel-button:nth-of-type(1){left:10px}.carousel-button:nth-of-type(2){right:10px}@media screen and (max-width:1175px){.carousel-image{width:43%;margin:0 10px}}@media screen and (max-width:1175px){.carousel-image{width:40%}}@media screen and (max-width:650px){.carousel-image{width:80%}}@media screen and (max-width:560px){.carousel-button{padding:0}}
