.car-img{
    width: 60vw;
    height: auto;
    position: absolute;
    left: 20vw;
    top: 1vh;
    border-radius: 10px;
    margin-top: 0;
    transition: 400ms;
}

.small-text {
    font-size: small !important;
}

.team-slider:has(input:disabled){
    display: none;
}

.not{
    opacity: 0;
}

.ten{
    opacity: 0.1;
}

.twenty{
    opacity: 0.2;
}

.thirty{
    opacity: 0.3;
}

.fourty{
    opacity: 0.4;
}

.fifty{
    opacity: 0.5;
}

.sixty{
    opacity: 0.6;
}

.seventy{
    opacity: 0.7;
}

.eighty{
    opacity: 0.8;
}

.ninety{
    opacity: 0.9;
}

.hundred{
    opacity: 1;
}

.team-slider{
    padding: 10px;
    width: 30%;
    border-radius: 10px;
    border: 2px solid #AAAAAA;
    text-align: center;
    margin: auto;
    margin-bottom: 10px;
    float: left;
}

.team-slider h3{
    font-size: 220%;
}

.team-slider input{
    width: 80%;
}

.container{
    margin-top: 30vh;
    width: 60%;
}

#slider-container{
    display: flex;
    margin: auto;
}

.slider-wrap-normal{
    flex-wrap: wrap;
}

.slider-wrap-reversed{
    flex-wrap: wrap-reverse;
}

#images-temp{
    display: none;
}

#sliders-temp{
    display: none;
}