.partnerlogostatic
{
    padding-bottom: 1%;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    flex-wrap: wrap;
}
.partnerlogostatic a
{
    margin :10px;
}

.carousel 
{
    height: 150px;
    width: 100%;
    margin: 0;
    perspective: 500px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.carousel > * 
{
    flex: 0 0 auto;
}
.carousel figure {
  margin: 0;
  height: 200px;
  transform-style: preserve-3d;
  transition: transform 0.5s;
  transform-origin: 50% 50% -482.8427124746px;
}
/* .carousel figure div

{
    display: block;
} */


.carousel figure div
{
    margin: 0;
    height: 200px;
    transform-style: preserve-3d;
    transition: transform 0.5s;
    transform-origin: 50% 50% -482.8427124746px;
}

.carousel figure div
{
    box-sizing: border-box;
    padding: 0 40px;
    opacity: 0.9;
}

.carousel figure div:not(:first-of-type)

{
    position: absolute;
    left: 0;
    top: 0;
    transform-origin: 50% 50% -482.8427124746px;
}

.navpartner
{
    width: max-content;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
}
