html,
body {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
}

body {
    display: flex;

    background-color: black;

    align-items: center;
    justify-content: center;
}

.gif-wrapper {
    position: relative;

    display: contents;
    /*width: 90px;*/
    width: 100%;
    /*height: 130px;*/
    height: 100%;
    margin: 0 auto;
    overflow: hidden;
}

.gif-wrapper img {
    position: absolute;
    top: 0;

    width: auto;
    height: 100%;

    image-rendering: pixelated;

}

.colorauto img {

}