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