/*--------------------------------------------------------------------------*\
	Slider wrapper
\*--------------------------------------------------------------------------*/

.slider{
    /*box*/
    display:flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    width:fit-content;
    margin-bottom:10px;
}