* {
    margin: 0;
    padding: 0;
}

.carousel-logo {
    height: 150px;
    width: 100%;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.img-logo {
    white-space: nowrap;
    animation: Scroll 40s linear infinite;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    min-width: 140%;
    align-items: center;
}

.logo {
    object-fit: contain;
    width: 10%;
    height: 10%;
    filter: grayscale(100%);
}

.logo-rossi {
    object-fit: contain;
    width: 8%;
    height: 10%;
    filter: grayscale(100%);
}

.logo-unikalo{
    object-fit: contain;
    width: 9%;
    height: 10%;
    filter: grayscale(100%);
}

.logo-airliquide {
    object-fit: contain;
    width: 9%;
    height: 10%;
    filter: grayscale(100%);
}

.logo-sanofi {
    object-fit: contain;
    width: 11%;
    height: 10%;
    filter: grayscale(100%);
}

.logo-alstom {
    object-fit: contain;
    width: 11%;
    height: 10%;
    filter: grayscale(100%);
}

.logo-Ariane {
    object-fit: contain;
    width: 10%;
    height: 10%;
    filter: grayscale(100%);
}

.logo-safran {
    object-fit: contain;
    width: 10%;
    height: 10%;
    filter: grayscale(100%);
}

.logo-roxel {
    object-fit: contain;
    width: 10%;
    height: 10%;
    filter: grayscale(100%);
}

.logo-lisi {
    object-fit: contain;
    width: 4%;
    height: 10%;
    filter: grayscale(100%);
}

.logo-airbus {
    object-fit: contain;
    width: 9%;
    height: 10%;
    filter: grayscale(100%);
}

.logo-antarticfoods {
    object-fit: contain;
    width: 5%;
    height: 10%;
    filter: grayscale(100%);
}

@keyframes Scroll {
    0% {
        transform: translateX(0%);
}
    100%{
        transform: translateX(-100%);
}
}

/****************  MEDIA QUERIES  ****************/
/* smartphones, iPhone, portrait 480x320 phones */ 

@media (max-width: 750px)  {
    .carousel-logo {
        width: 100%;
    }
}