.img01 {
    display: flex;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    min-height: 200px;
    height: 100vh;
    /* Fix of Webkit flickering */
    z-index: 1;
}