*{margin: 0px;padding: 0px; box-sizing: border-box;}

#carusel_container
{
height:100%;
width:100%;
background-color: white;
border-style: ;
position: relative;
overflow: hidden;
}
.carusel_item
{
object-fit: cover;
height: 100%;
width: 100%;
border-style:;
position: absolute;
left:0px;
top:0px;
transition: transform 3s;
 
}